Skip to main content
Version: 2.x

Namespace OdinNative.Wrapper.Media

Classes

ApmEffect

Audio Processing Module (APM) effect for OdinNative.Wrapper.MediaPipeline

CustomActivityEffect

Custom activity detection effect for OdinNative.Wrapper.MediaPipeline callbacks.

Observes the isSilent flag emitted by the native pipeline on each audio frame without modifying the audio data or the silence state itself. Subscribe to OdinNative.Wrapper.Media.CustomActivityEffect.OnActivityChanged on the returned instance to receive per-frame silence state updates.

CustomEffect<T>

Custom effect for OdinNative.Wrapper.MediaPipeline callbacks

MediaRpcProperties

arbitrary media data

PipelineEffect

PiplineEffect

VadEffect

VoiceActivity effect for OdinNative.Wrapper.MediaPipeline

ViEffect

VoiceIsolation effect for OdinNative.Wrapper.MediaPipeline

Structs

MediaRpc

RPC data map

Interfaces

IMedia

IPipelineEffect

IPiplineEffect

Delegates

CustomActivityEffect.ActivityChangedDelegate

Delegate for silence state change notifications from the native pipeline.