Click or drag to resize

AudioCodeWrapper Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    Ozeki.MediaAudioCodeWrapper

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

The AudioCodeWrapper type exposes the following members.

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