PlayerContentType Constants Reference

Declared in TritonPlayer.h

PlayerContentType

Represents the types of on-demand content supported by the player

Definition

typedef NS_ENUM(NSInteger, PlayerContentType ) {
   PlayerContentTypeFLV,
   PlayerContentTypeHLS,
   PlayerContentTypeOther,
};

Constants

PlayerContentTypeFLV

The player will use the FLV decoder to play and receive cue points.

Declared In TritonPlayer.h.

PlayerContentTypeHLS

The player will use HLS with side-band metadata.

Declared In TritonPlayer.h.

PlayerContentTypeOther

The player will use the default profile.

Declared In TritonPlayer.h.

Declared In

TritonPlayer.h