H264 rate control.
TVFH264RateControl = ( H264RateControl_CBR = 0, H264RateControl_VBR = 1 );
enum TVFH264RateControl { H264RateControl_CBR = 0, H264RateControl_VBR = 1 };
public enum TVFH264RateControl { H264RateControl_CBR = 0, H264RateControl_VBR = 1 }
Public Enum TVFH264RateControl H264RateControl_CBR = 0 H264RateControl_VBR = 1 End Enum
public class TVFH264RateControl;
enum TVFH264RateControl { H264RateControl_CBR = 0, H264RateControl_VBR = 1 };
TVFH264RateControl
MediaPlayerTypes
Members |
Description |
H264RateControl_CBR = 0 |
Constant bit rate. |
H264RateControl_VBR = 1 |
Variable bit rate. |
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|