pub fn create_decoder(codec: CodecType) -> Result<Box<dyn AudioDecoder>>Expand description
Create a decoder for the specified codec type.
pub fn create_decoder(codec: CodecType) -> Result<Box<dyn AudioDecoder>>Create a decoder for the specified codec type.