Click or drag to resize
MediaBufferCreate Method (MediaBufferType, Int32)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static IMediaBuffer Create(
	MediaBufferType type,
	int outputDataSize
)

Parameters

type
Type: Ozeki.MediaMediaBufferType
outputDataSize
Type: SystemInt32

Return Value

Type: IMediaBuffer
See Also