Lines Matching defs:DCAExssAsset
29 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
40 int spkr_mask_enabled; ///< Speaker mask enabled flag
41 int spkr_mask; ///< Loudspeaker activity mask
42 int representation_type; ///< Representation type
44 int coding_mode; ///< Coding mode for the asset
45 int extension_mask; ///< Coding components used in asset
69 } DCAExssAsset; argument