| Declarado em | OTPublisherKit.h |
OTVideoCodecType
Defina os valores para o [OTVideoCodecPreference codecs] propriedade, bem como os itens da matriz utilizada pelo [OTVideoCodecPreference manualWithCodecs:] método.
Definição
typedef NS_ENUM(NSInteger, OTVideoCodecType ) { OTVideoCodecTypeVP8 = 1, OTVideoCodecTypeH264 = 2, OTVideoCodecTypeVP9 = 3, };
Constantes
OTVideoCodecTypeVP8
: Tipo de codec de vídeo para VP8.
Copiar
Declared In `OTPublisherKit.h`.
OTVideoCodecTypeH264
: Tipo de codec de vídeo para H264.
Copiar
Declared In `OTPublisherKit.h`.
OTVideoCodecTypeVP9
: Tipo de codec de vídeo para VP9.
Copiar
Declared In `OTPublisherKit.h`.
Declarado em
OTPublisherKit.h