VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFH264RateControl Enumeration

H264 rate control.

Pascal
TVFH264RateControl = (
  H264RateControl_CBR = 0,
  H264RateControl_VBR = 1
);
C++
enum TVFH264RateControl {
  H264RateControl_CBR = 0,
  H264RateControl_VBR = 1
};
C#
public enum TVFH264RateControl {
  H264RateControl_CBR = 0,
  H264RateControl_VBR = 1
}
Visual Basic
Public Enum TVFH264RateControl
  H264RateControl_CBR = 0
  H264RateControl_VBR = 1
End Enum
Java
public class TVFH264RateControl;
IDL
enum TVFH264RateControl {
  H264RateControl_CBR = 0,
  H264RateControl_VBR = 1
};
JavaScript
TVFH264RateControl
PHP
public class TVFH264RateControl;

VideoCaptureTypes

Members 
Description 
H264RateControl_CBR = 0 
Constant bit rate.  
H264RateControl_VBR = 1 
Variable bit rate.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!