Click or drag to resize

DmoMediaBuffer Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaDmoMediaBuffer

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

The DmoMediaBuffer type exposes the following members.

Constructors
 NameDescription
Public methodDmoMediaBufferInitializes a new instance of the DmoMediaBuffer class
Top
Properties
 NameDescription
Public propertyLength Length of data in the media buffer
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the DmoMediaBuffer
Public methodDispose(Boolean)Releases the unmanaged resources used by the DmoMediaBuffer and optionally releases the managed resources
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodLoadData Loads data into this buffer
Public methodRetrieveData Retrieves the data in the output buffer
Top
See Also