Home
last modified time | relevance | path

Searched defs:DCAExssAsset (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_exss.h29 typedef struct DCAExssAsset { struct
30 int asset_offset; ///< Offset to asset data from start of substream
31 int asset_size; ///< Size of encoded asset data
32 int asset_index; ///< Audio asset identifier
34 int pcm_bit_res; ///< PCM bit resolution
35 int max_sample_rate; ///< Maximum sample rate
36 int nchannels_total; ///< Total number of channels
37 int one_to_one_map_ch_to_spkr; ///< One to one channel to speaker mapping flag
38 int embedded_stereo; ///< Embedded stereo flag
39 int embedded_6ch; ///< Embedded 6 channels flag
[all …]