A list of the optional pixel formats that the renderer supports in addition to TVIPixelFormatYUV420PlanarFullRange
.
@property (nonatomic, copy, readonly, nonnull) NSArray<NSNumber*> *optionalPixelFormats
Discussion
Allows your renderer to declare support for the optional TVIPixelFormat
types that it can handle.
Any source format defined in TVIPixelFormat
can be converted to TVIPixelFormatYUV420PlanarFullRange
. If
an optional format is not supported then a format conversion is performed before delivering frames to the renderer.
Declared In
TVIVideoRenderer.h