Searched refs:mpegAudioDecoderPlugin (Results 1 – 1 of 1) sorted by relevance
393 PluginDescription mpegAudioDecoderPlugin; in AddMpegAudioDecoderPlugin() local394 mpegAudioDecoderPlugin.pluginName = "OH.Media.Codec.Decoder.Audio.Mpeg"; in AddMpegAudioDecoderPlugin()395 mpegAudioDecoderPlugin.packageName = "FFmpegAudioDecoders"; in AddMpegAudioDecoderPlugin()396 mpegAudioDecoderPlugin.pluginType = PluginType::AUDIO_DECODER; in AddMpegAudioDecoderPlugin()397 mpegAudioDecoderPlugin.cap = "audio/mpeg"; in AddMpegAudioDecoderPlugin()398 mpegAudioDecoderPlugin.rank = DEFAULT_RANK; in AddMpegAudioDecoderPlugin()399 pluginDescriptionList_.push_back(mpegAudioDecoderPlugin); in AddMpegAudioDecoderPlugin()