| Constructor AudioDefinitionModel(Stream reader, long length, bool minimal)Parses an XML file with channel and object information.ParametersStream reader | Stream to read the AXML from | long length | Length of the AXML stream in bytes | bool minimal | Only read what's absolutely needed for rendering,
optimizing memory use but breaking transcodability |
|