Our new developer documentation is now available. Please check it out!
MediaEncoder
public class MediaEncoder : IMedia, IDisposable
Odin Capture Media
Static Methods
Name | Description |
---|---|
Create | Create a new dangling input media. |
Properties
Name | Description |
---|---|
Id | Media id |
MediaProperties | Arbitrary media data |
Samplerate | Input samplerate |
Stereo | Input channel flag |
Pipeline | Odin effect pipeline |
GuardSilence | On true Single%5b%5d%2cSystem isSilent = true will not push data to the native encoder |
Parent | Default value null indicates root or not set |
Public Methods
Name | Description |
---|---|
GetPipeline | Get native effect pipeline |
PopAll | Pop all audio datagrams into the stack |
Pop | Pop one datagram from the media |
Push | Push samples to the media |
Dispose | Free native media encoder |