Pepper_47_C_interfaces
|
#include <pp_media_player_samsung.h>
Public Attributes | |
uint32_t | index |
PP_Bool | is_external |
char | language [64] |
Structure describing text/subtitles track from played media.
Definition at line 139 of file pp_media_player_samsung.h.
uint32_t PP_TextTrackInfo::index |
Index of the track in currently played media. Note this index is only valid for currently attached data source.
Definition at line 144 of file pp_media_player_samsung.h.
PP_Bool PP_TextTrackInfo::is_external |
Is current text track internal (contained in media clip) or external (loaded from separate file).
Remarks: This flag is deprecated. Value of this variable is undefined and should be ignored.
Definition at line 153 of file pp_media_player_samsung.h.
char PP_TextTrackInfo::language[64] |
C style string representing language of text track encoded in IETF RFC 5646
Definition at line 158 of file pp_media_player_samsung.h.