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
Declared In
OTPublisherKit.h