com.ooyala.android.captions.ManifestClosedCaption Class Reference

Class for in manifest closed captions. More...

Classes

class  Builder
 Public factory class for creating ManifestClosedCaption objects. More...
 

Public Member Functions

void setUserFriendlyTitle (String userFriendlyTitle)
 Override user friendly title. More...
 
Format getFormat ()
 Get format associated to this closed caption. More...
 
int getGroupIndex ()
 Get the group index for this closed caption. More...
 
int getTrackIndex ()
 Get the track index for this closed caption. More...
 
String getLanguageCode ()
 Get the language code. More...
 
String getUserFriendlyTitle ()
 Get user-friendly track title. More...
 

Static Public Attributes

static final String UNKNOWN_CC = "Unknown CC"
 

Detailed Description

Class for in manifest closed captions.

Member Function Documentation

Format com.ooyala.android.captions.ManifestClosedCaption.getFormat ( )

Get format associated to this closed caption.

Returns
format associated to this closed caption
int com.ooyala.android.captions.ManifestClosedCaption.getGroupIndex ( )

Get the group index for this closed caption.

Returns
the group index for this closed caption
String com.ooyala.android.captions.ManifestClosedCaption.getLanguageCode ( )

Get the language code.

Returns
the language code
int com.ooyala.android.captions.ManifestClosedCaption.getTrackIndex ( )

Get the track index for this closed caption.

Returns
the track index for this closed caption
String com.ooyala.android.captions.ManifestClosedCaption.getUserFriendlyTitle ( )

Get user-friendly track title.

Returns
the user-friendly track title
void com.ooyala.android.captions.ManifestClosedCaption.setUserFriendlyTitle ( String  userFriendlyTitle)

Override user friendly title.

Parameters
userFriendlyTitleThe new title for the closed caption

Member Data Documentation

final String com.ooyala.android.captions.ManifestClosedCaption.UNKNOWN_CC = "Unknown CC"
static