Our new developer documentation is now available. Please check it out!
MediaPipeline
public class MediaPipeline
Odin audio pipeline
Constructors
Name | Description |
---|---|
MediaPipeline(OdinPipelineHandle) |
Public Methods
Name | Description |
---|---|
GetEffects | Get Pipeline effects collection |
GetNextIndex | Calculate the next available index based on MediaPipeline entries |
GetEffectCount | Get the current effect count of the native pipeline |
GetEffectId | Get the effect id of the native pipeline by index id |
AddApmEffect | Insert a apm effect and sets the apm config |
InsertApmEffect | Insert a apm effect to native pipeline |
AddCustomEffect | Insert a custom effect and sets the Media where T marks Serialize/Deserialize structures |
InsertCustomEffect | Insert a custom effect to native pipeline |
AddVadEffect | Insert a vad effect |
InsertVadEffect | Insert a vad effect to native pipeline |
MoveEffect | Moves a effect in the native pipeline to a new index |
RemoveEffect | Removes a effect from the native pipeline |