OTVideoCodecType Constants Reference

Declared in OTPublisherKit.h

OTVideoCodecType

Define values for the [OTVideoCodecPreference codecs] property as well as items in the array used by the [OTVideoCodecPreference manualWithCodecs:] method.

Definition

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

Constants

OTVideoCodecTypeVP8

Video codec type for VP8.

Declared In OTPublisherKit.h.

OTVideoCodecTypeH264

Video codec type for H264.

Declared In OTPublisherKit.h.

OTVideoCodecTypeVP9

Video codec type for VP9.

Declared In OTPublisherKit.h.

Declared In

OTPublisherKit.h