Click or drag to resize
IDmoMediaBuffer Interface
This interface provides methods for manipulating a data buffer. Any buffer passed to a Microsoft DirectX Media Object (DMO) must implement this interface.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IDmoMediaBuffer

The IDmoMediaBuffer type exposes the following members.

Methods
  NameDescription
Public methodGetBufferAndLength
This method retrieves the buffer and the size of the valid data in the buffer.
Public methodGetMaxLength
Public methodSetLength
Top
See Also