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

OpenGLES video rendering is supported on all Apple devices, including the simulator.

Declared In TVIVideoView.h.

Declared In

TVIVideoView.h