|
Pepper_42_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 137 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 142 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)
Definition at line 147 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 152 of file pp_media_player_samsung.h.
1.8.6