Pepper_37_C_interfaces
Public Attributes | List of all members
PPB_TextElementaryStream_Samsung_0_1 Struct Reference

#include <ppb_media_data_source_samsung.h>

Collaboration diagram for PPB_TextElementaryStream_Samsung_0_1:
Collaboration graph

Public Attributes

PP_Bool(* IsTextElementaryStream )(PP_Resource resource)
 
PP_SubtitleType_Samsung(* GetSubtitleType )(PP_Resource stream)
 
void(* SetSubtitleType )(PP_Resource stream, PP_SubtitleType_Samsung type)
 

Detailed Description

Interface representing a text elementary stream and containing methods to set text/subtitles specific configuration.

All pending configuration changes/initialization must be confirmed by call to PPB_ElementaryStream_Samsung.InitializeDone.

All getters return last set configuration, which might be not confirmed yet.

Definition at line 735 of file ppb_media_data_source_samsung.h.

Member Data Documentation

PP_SubtitleType_Samsung(* PPB_TextElementaryStream_Samsung_0_1::GetSubtitleType)(PP_Resource stream)

Retrieves current subtitles/text stream type.

Parameters
[in]streamA PP_Resource identifying the audio elementary stream.
Returns
Current subtitles/text stream type.

Definition at line 754 of file ppb_media_data_source_samsung.h.

PP_Bool(* PPB_TextElementaryStream_Samsung_0_1::IsTextElementaryStream)(PP_Resource resource)

Determines if the given resource is a text elementary stream.

Parameters
[in]resourceA PP_Resource identifying a resource.
Returns
PP_TRUE if the resource is a PPB_MediaPlayer_Samsung, PP_FALSE if the resource is invalid or some other type.

Definition at line 745 of file ppb_media_data_source_samsung.h.

void(* PPB_TextElementaryStream_Samsung_0_1::SetSubtitleType)(PP_Resource stream, PP_SubtitleType_Samsung type)

Sets new subtitles/text stream type.

Parameters
[in]streamA PP_Resource identifying the audio elementary stream.
[in]typeNew subtitles/text stream type.

Definition at line 762 of file ppb_media_data_source_samsung.h.


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