Our new developer documentation is now available. Please check it out!
ApmEffect.Create
public static ApmEffect Create(MediaPipeline pipeline, uint samplerate, bool stereo, OdinApmConfig config)
Insert a apm effect in the specified pipline and sets the apm config
Parameters
Name | Type | Description |
---|---|---|
pipeline | MediaPipeline | where to create a apm effect |
samplerate | UInt32 | samplerate of playback |
stereo | Boolean | stereo of playback |
config | OdinApmConfig | configuration settings for apm |
Returns
Type | Description |
---|---|
ApmEffect | Instance of |