Xeno-rat
Loading...
Searching...
No Matches
NAudio.Dmo.WindowsMediaMp3Decoder Class Reference

Windows Media MP3 Decoder (as a DMO) WORK IN PROGRESS - DO NOT USE! More...

Inheritance diagram for NAudio.Dmo.WindowsMediaMp3Decoder:
Collaboration diagram for NAudio.Dmo.WindowsMediaMp3Decoder:

Public Member Functions

 WindowsMediaMp3Decoder ()
 Creates a new Resampler based on the DMO Resampler.
 
void Dispose ()
 Performs resource cleanup by releasing COM objects and disposing managed resources.
 

Properties

MediaObject MediaObject [get]
 Media Object.
 

Private Attributes

MediaObject mediaObject
 
IPropertyStore propertyStoreInterface
 
WindowsMediaMp3DecoderComObject mediaComObject
 

Detailed Description

Windows Media MP3 Decoder (as a DMO) WORK IN PROGRESS - DO NOT USE!

Constructor & Destructor Documentation

◆ WindowsMediaMp3Decoder()

NAudio.Dmo.WindowsMediaMp3Decoder.WindowsMediaMp3Decoder ( )
inline

Creates a new Resampler based on the DMO Resampler.

Member Function Documentation

◆ Dispose()

void NAudio.Dmo.WindowsMediaMp3Decoder.Dispose ( )
inline

Performs resource cleanup by releasing COM objects and disposing managed resources.

This method releases the COM object propertyStoreInterface if it is not null. It also disposes the mediaObject and releases the COM object mediaComObject if they are not null.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ mediaComObject

WindowsMediaMp3DecoderComObject NAudio.Dmo.WindowsMediaMp3Decoder.mediaComObject
private

◆ mediaObject

MediaObject NAudio.Dmo.WindowsMediaMp3Decoder.mediaObject
private

◆ propertyStoreInterface

IPropertyStore NAudio.Dmo.WindowsMediaMp3Decoder.propertyStoreInterface
private

Property Documentation

◆ MediaObject

MediaObject NAudio.Dmo.WindowsMediaMp3Decoder.MediaObject
get

Media Object.


The documentation for this class was generated from the following file: