NativeAPIH264EncoderInit Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static StatusCode H264EncoderInit(
IntPtr instance,
VideoStreamInfo videoInfo,
VideoCodecInfo codecInfo,
int bitrate,
int profileIdc,
int levelIdc
)
Public Shared Function H264EncoderInit (
instance As IntPtr,
videoInfo As VideoStreamInfo,
codecInfo As VideoCodecInfo,
bitrate As Integer,
profileIdc As Integer,
levelIdc As Integer
) As StatusCode
public:
static StatusCode H264EncoderInit(
IntPtr instance,
VideoStreamInfo videoInfo,
VideoCodecInfo codecInfo,
int bitrate,
int profileIdc,
int levelIdc
)
static member H264EncoderInit :
instance : IntPtr *
videoInfo : VideoStreamInfo *
codecInfo : VideoCodecInfo *
bitrate : int *
profileIdc : int *
levelIdc : int -> StatusCode
Parameters
- instance
- Type: SystemIntPtr
- videoInfo
- Type: VideoStreamInfo
- codecInfo
- Type: Ozeki.CommonVideoCodecInfo
- bitrate
- Type: SystemInt32
- profileIdc
- Type: SystemInt32
- levelIdc
- Type: SystemInt32
Return Value
Type:
StatusCode
See Also