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: 10.4.13.0
Syntax
public class ACMAudioDataConverter : IAudioDataConverter

The ACMAudioDataConverter type exposes the following members.

Constructors
 NameDescription
Public methodACMAudioDataConverter Initializes a new instance of the ACMAudioDataConverter class.
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
Methods
 NameDescription
Public methodConvert Converts the value of the source AudioWaveFormat to the destination AudioWaveFormat.
Public methodDispose Disposes the object.
Protected methodFinalize
(Overrides ObjectFinalize)
Top
See Also