| 宣言された場所 | OTPublisherKit.h |
OTVideoCodecType
の値を定義します。 [OTVideoCodecPreference コーデック] プロパティに加え、によって使用される配列内の項目も [OTVideoCodecPreference manualWithCodecs:] メソッドを使用する。
定義
typedef NS_ENUM(NSInteger, OTVideoCodecType ) { OTVideoCodecTypeVP8 = 1, OTVideoCodecTypeH264 = 2, OTVideoCodecTypeVP9 = 3, };
定数
OTVideoCodecTypeVP8
: VP8用のビデオコーデックタイプ。
コピー
Declared In `OTPublisherKit.h`.
OTVideoCodecTypeH264
: H.264用のビデオコーデックタイプ。
コピー
Declared In `OTPublisherKit.h`.
OTVideoCodecTypeVP9
: VP9用のビデオコーデックタイプ。
コピー
Declared In `OTPublisherKit.h`.
登録地
OTPublisherKit.h