TVIVideoRenderingType Constants Reference
| Declared in | TVIVideoView.h |
|---|
TVIVideoRenderingType
Specifies the type of video rendering used.
Definition
typedef NS_ENUM(NSUInteger, TVIVideoRenderingType ) {
TVIVideoRenderingTypeMetal = 0,
TVIVideoRenderingTypeOpenGLES,
};
Constants
TVIVideoRenderingTypeMetal-
Metal video rendering is supported on 64-bit devices, not including the simulator.
Declared In
TVIVideoView.h. TVIVideoRenderingTypeOpenGLES-
OpenGL ES video rendering is supported on all iOS devices, including the simulator. As of iOS 12.0, Apple has deprecated the usage of OpenGL ES.
Declared In
TVIVideoView.h.
Declared In
TVIVideoView.h