Pepper_31_C_interfaces
|
#include <pp_stream_parser_samsung.h>
Public Attributes | |
PP_AudioCodec_Type | codec |
PP_AudioCodec_Profile | profile |
PP_SampleFormat | sample_format |
int32_t | bits_per_channel |
PP_ChannelLayout | channel_layout |
int32_t | samples_per_second |
int32_t | bytes_per_frame |
PP_Bool | is_encrypted |
PP_MicrosecondsDelta | seek_preroll |
PP_MicrosecondsDelta | codec_delay |
struct PP_Var | extra_data |
Structure described audio stream configuration
Definition at line 324 of file pp_stream_parser_samsung.h.
int32_t PP_SP_AudioDecoderConfig::bits_per_channel |
Definition at line 329 of file pp_stream_parser_samsung.h.
int32_t PP_SP_AudioDecoderConfig::bytes_per_frame |
Definition at line 332 of file pp_stream_parser_samsung.h.
PP_ChannelLayout PP_SP_AudioDecoderConfig::channel_layout |
Definition at line 330 of file pp_stream_parser_samsung.h.
PP_AudioCodec_Type PP_SP_AudioDecoderConfig::codec |
Definition at line 325 of file pp_stream_parser_samsung.h.
PP_MicrosecondsDelta PP_SP_AudioDecoderConfig::codec_delay |
Definition at line 335 of file pp_stream_parser_samsung.h.
struct PP_Var PP_SP_AudioDecoderConfig::extra_data |
Definition at line 342 of file pp_stream_parser_samsung.h.
PP_Bool PP_SP_AudioDecoderConfig::is_encrypted |
Definition at line 333 of file pp_stream_parser_samsung.h.
PP_AudioCodec_Profile PP_SP_AudioDecoderConfig::profile |
Definition at line 327 of file pp_stream_parser_samsung.h.
PP_SampleFormat PP_SP_AudioDecoderConfig::sample_format |
Definition at line 328 of file pp_stream_parser_samsung.h.
int32_t PP_SP_AudioDecoderConfig::samples_per_second |
Definition at line 331 of file pp_stream_parser_samsung.h.
PP_MicrosecondsDelta PP_SP_AudioDecoderConfig::seek_preroll |
Definition at line 334 of file pp_stream_parser_samsung.h.