| MediaBufferCreate Method (Int32) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static IMediaBuffer Create(
	int outputDataSize
)
Public Shared Function Create ( 
	outputDataSize As Integer
) As IMediaBuffer
public:
static IMediaBuffer^ Create(
	int outputDataSize
)
static member Create : 
        outputDataSize : int -> IMediaBuffer 
Parameters
- outputDataSize
 - Type: SystemInt32
 
Return Value
Type: 
IMediaBuffer
See Also