NEVideoStreamType

@objc
public enum NEVideoStreamType : UInt

远端视频流类型。

  • 大流,高清画质。

    Declaration

    Swift

    case high
  • low

    小流,低清画质。

    Declaration

    Swift

    case low