Déclaré dans OTPublisherKit.h

OTVideoCodecType

Définissez les valeurs pour le [OTVideoCodecPreference codecs] propriété ainsi que les éléments du tableau utilisé par le [OTVideoCodecPreference manualWithCodecs:] méthode.

Définition

typedef NS_ENUM(NSInteger, OTVideoCodecType ) {    OTVideoCodecTypeVP8 = 1,    OTVideoCodecTypeH264 = 2,    OTVideoCodecTypeVP9 = 3, };

Constantes

OTVideoCodecTypeVP8 : Type de codec vidéo pour VP8.

Declared In `OTPublisherKit.h`.

OTVideoCodecTypeH264 : Type de codec vidéo pour le format H.264.

Declared In `OTPublisherKit.h`.

OTVideoCodecTypeVP9 : Type de codec vidéo pour VP9.

Declared In `OTPublisherKit.h`.

Déclaré à

OTPublisherKit.h