Click or drag to resize
AudioCodeWrapper Class
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class AudioCodeWrapper : DisposableClass, 
	IAudioEncoder, IDisposable, IAudioDecoder

The AudioCodeWrapper type exposes the following members.

Constructors
  NameDescription
Public methodAudioCodeWrapper
Initializes a new instance of the AudioCodeWrapper class
Top
Methods
  NameDescription
Public methodDecode
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the AudioCodeWrapper and optionally releases the managed resources
(Overrides DisposableClassDispose(Boolean).)
Public methodEncode
Protected methodFinalize
(Inherited from DisposableClass.)
Public methodGetInputFormat
Public methodGetOutputFormat
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Top
See Also