Home
last modified time | relevance | path

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

/dports/multimedia/libdcadec/dcadec-0.2.0/libdcadec/
H A Ddca_context.h186 struct dcadec_exss_info { struct
187 int nchannels; /**< Number of audio channels encoded among all
189 int sample_rate; /**< Maximum encoded audio sample rate in Hz */
190 int bits_per_sample; /**< Highest encoded PCM resolution in bits */
191 int profile; /**< Type of DTS profile encoded */
192 bool embedded_stereo; /**< 2.0 downmix has been embedded into the stream */
193 bool embedded_6ch; /**< 5.1 downmix has been embedded into the stream */
194 int spkr_mask; /**< Speaker activity mask, zero if unavailable */
195 int matrix_encoding; /**< Matrix encoding type */