Pepper_37_C_interfaces
Public Attributes | List of all members
PP_TextTrackInfo Struct Reference

#include <pp_media_player_samsung.h>

Collaboration diagram for PP_TextTrackInfo:
Collaboration graph

Public Attributes

uint32_t index
 
PP_Bool is_external
 
char language [64]
 

Detailed Description

Structure describing text/subtitles track from played media.

Definition at line 139 of file pp_media_player_samsung.h.

Member Data Documentation

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)

Definition at line 149 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 154 of file pp_media_player_samsung.h.


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