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