Our new developer documentation is now available. Please check it out!
MediaDecoder
public class MediaDecoder : IMedia, IDisposable
Odin Playback Media
Static Methods
Name | Description |
---|---|
Create | Create a new dangling output media. |
Properties
Name | Description |
---|---|
Id | Media id |
MediaProperties | Arbitrary media data |
IsPaused | |
Samplerate | Output samplerate |
Stereo | Output channel flag |
Pipeline | Odin effect pipeline |
Parent | Default value null indicates root or not set |
Public Methods
Name | Description |
---|---|
GetPipeline | Get native effect pipeline |
Pop | Pop output audio from the media |
Push | Push output audio into the media for effect processing |
Dispose | Free native media decoder |