MediaBufferCreate Method (Int32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
IMediaBufferSee Also