TVIVideoCodec Class Reference

Inherits from NSObject
Declared in TVIVideoCodec.h

Overview

TVIVideoCodec is the base class for all supported video codecs.

  name

The name of the video codec.

@property (nonatomic, copy, readonly, nonnull) NSString *name

Declared In

TVIVideoCodec.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

TVIVideoCodec can not be created with init. To use an video codec, use one of the TVIVideoCodec subclasses.

Declared In

TVIVideoCodec.h