NEVideoStreamLayerCount

@objc
public enum NEVideoStreamLayerCount : UInt

设置是视频流的模式。

  • one

    单流。

    Declaration

    Swift

    case one = 1
  • two

    (默认)双流。

    Declaration

    Swift

    case two = 2
  • 三流。

    Declaration

    Swift

    case three = 3