Searched defs:MLPHeaderInfo (Results 1 – 1 of 1) sorted by relevance
26 typedef struct MLPHeaderInfo struct28 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD29 int header_size; ///< Size of the major sync header, in bytes31 int group1_bits; ///< The bit depth of the first substream32 int group2_bits; ///< Bit depth of the second substream (MLP only)57 } MLPHeaderInfo; argument