Click or drag to resize
DmoMediaBuffer Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaDmoMediaBuffer

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class DmoMediaBuffer : IDmoMediaBuffer, 
	IDisposable

The DmoMediaBuffer type exposes the following members.

Constructors
  NameDescription
Public methodDmoMediaBuffer
Initializes a new instance of the DmoMediaBuffer class
Top
Methods
  NameDescription
Public methodDispose
Releases 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
Properties
  NameDescription
Public propertyLength
Length of data in the media buffer
Top
See Also