SolveigMM Vorbis Decoder filter
The Vorbis decoder filter implemented as a DirectShow filter. It's purpouse is to decode Vorbis-encoded audio streams.
Filter Interfaces | IBaseFilter, IModuleConfig, ISpecifyPropertyPages |
Input Pin Media Types | MEDIATYPE_Audio, MEDIASUBTYPE_Vorbis2 |
Input Pin Interfaces | IPin, IMemInputPin |
Output Pin Media Types | MEDIATYPE_Audio, MEDIASUBTYPE_IEEE_FLOAT MEDIATYPE_Audio, MEDIASUBTYPE_PCM |
Output Pin Interfaces | IPin, IMemInputPin |
Filter CLSID | CLSID_SMM_Vorbis_Decoder |
Property Page CLSID | About - CLSID_SMM_Vorbis_Decoder_About_PPage |
Executable | SMM_VorbisDecoder.ax |
Merit | MERIT_NORMAL |
Filter Category | CLSID_LegacyAmFilterCategory |
Declared in | PropID_VorbisDecoder.h |
Features
The filter supports Vorbis-encoded audio stream as an input.
Usage
To use the filter manually:
- Add filter to a graph.
- Build the graph.
- Run the graph.