NERoomVideoFormatType

@objc
public enum NERoomVideoFormatType : UInt

视频格式类型

  • I420 视频格式

    Declaration

    Swift

    case I420
  • NV12 视频格式

    Declaration

    Swift

    case NV12
  • BGRA 视频格式

    Declaration

    Swift

    case BGRA