NaCl Player API
NaCl Player API Documentation
Samsung::NaClPlayer::TextTrackInfo Struct Reference

Structure describing text/subtitles track from played media. More...

#include <media_common.h>

Public Attributes

uint32_t index
 
bool is_external
 
std::string language
 String representing language of text track encoded in IETF RFC 5646 */.
 

Detailed Description

Structure describing text/subtitles track from played media.

Definition at line 253 of file media_common.h.

Member Data Documentation

◆ index

uint32_t Samsung::NaClPlayer::TextTrackInfo::index

Index of the track in currently played media. Note this index is only valid for currently attached data source.

Definition at line 256 of file media_common.h.

◆ is_external

bool Samsung::NaClPlayer::TextTrackInfo::is_external

Is current text track internal (contained in media clip) or external (loaded from separate file)

Definition at line 260 of file media_common.h.


The documentation for this struct was generated from the following file: