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 iOS and iPadOS devices, not including simulators.
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. In iOS 13.0 texture caching for video frames is disabled on the iOS simulator.
UIWindowScene
is not supported when OpenGL ES rendering is used.Declared In
TVIVideoView.h
.
Declared In
TVIVideoView.h