Click or drag to resize

IPPCodecBase Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaIPPCodecBase
    More

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public abstract class IPPCodecBase : IDisposable, 
	ICodec

The IPPCodecBase type exposes the following members.

Constructors
 NameDescription
Protected methodIPPCodecBaseInitializes a new instance of the IPPCodecBase class
Top
Properties
Methods
 NameDescription
Public methodDecode 
Public methodDisposeReleases all resources used by the IPPCodecBase
Protected methodDispose(Boolean)Releases the unmanaged resources used by the IPPCodecBase and optionally releases the managed resources
Public methodEncode 
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodGetFmtp 
Protected methodInternalDecode 
Protected methodInternalEncode 
Top
Fields
 NameDescription
Protected field_codecHandle 
Protected fieldpcmDataLength 
Top
Extension Methods
 NameDescription
Public Extension MethodAsCodecDescription
(Defined by CodecExtension)
Top
See Also
Inheritance Hierarchy