Click or drag to resize
IAudioDataConverter Interface

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IAudioDataConverter

The IAudioDataConverter type exposes the following members.

Methods
  NameDescription
Public methodConvert
Converts the input PCM data to the destination format.
Public methodDispose
Disposes the converter.
Top
Properties
  NameDescription
Public propertyDisposed
Gets a boolean value indicating whether the converted is disposed.
Public propertyInputFormat
Gets the source AudioWaveFormat
Public propertyOutputFormat
Gets the destination AudioWaveFormat
Public propertyType
Top
See Also