Click or drag to resize
ACMAudioDataConverter Class
Converts audio from a specified AudioWaveFormat to another AudioWaveFormat.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaACMAudioDataConverter

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class ACMAudioDataConverter : IAudioDataConverter, 
	IDisposable

The ACMAudioDataConverter type exposes the following members.

Constructors
  NameDescription
Public methodACMAudioDataConverter
Initializes a new instance of the ACMAudioDataConverter class.
Top
Methods
  NameDescription
Public methodConvert
Converts the value of the source AudioWaveFormat to the destination AudioWaveFormat.
Public methodDispose
Disposes the object.
Protected methodFinalize
Top
Properties
  NameDescription
Public propertyDisposed
Gets a boolean value indicating whether the ACMAudioDataConverter has been disposed.
Public propertyInputFormat
Gets the source AudioWaveFormat
Public propertyOutputFormat
Gets the destination AudioWaveFormat
Public propertyType
Top
See Also