Click or drag to resize

OpusCodec Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaOpusCodec

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class OpusCodec : ICodec

The OpusCodec type exposes the following members.

Constructors
 NameDescription
Public methodOpusCodecInitializes a new instance of the OpusCodec class
Top
Properties
Methods
 NameDescription
Public methodDecode Not Implemented, this opus codec implemetation does not contain decoder
Public methodDisposeReleases all resources used by the OpusCodec
Public methodEncode 
Public methodGetFmtp 
Top
Fields
 NameDescription
Protected field_bitrate 
Protected field_channels 
Protected field_sampleRate 
Top
Extension Methods
 NameDescription
Public Extension MethodAsCodecDescription
(Defined by CodecExtension)
Top
See Also