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

H264 profile.

Pascal
TVFH264Profile = (
  H264Profile_Auto = 0,
  H264Profile_Baseline = 66,
  H264Profile_Main = 77,
  H264Profile_High = 100,
  H264Profile_High10 = 110,
  H264Profile_High422 = 122
);
C++
enum TVFH264Profile {
  H264Profile_Auto = 0,
  H264Profile_Baseline = 66,
  H264Profile_Main = 77,
  H264Profile_High = 100,
  H264Profile_High10 = 110,
  H264Profile_High422 = 122
};
C#
public enum TVFH264Profile {
  H264Profile_Auto = 0,
  H264Profile_Baseline = 66,
  H264Profile_Main = 77,
  H264Profile_High = 100,
  H264Profile_High10 = 110,
  H264Profile_High422 = 122
}
Visual Basic
Public Enum TVFH264Profile
  H264Profile_Auto = 0
  H264Profile_Baseline = 66
  H264Profile_Main = 77
  H264Profile_High = 100
  H264Profile_High10 = 110
  H264Profile_High422 = 122
End Enum
Java
public class TVFH264Profile;
IDL
enum TVFH264Profile {
  H264Profile_Auto = 0,
  H264Profile_Baseline = 66,
  H264Profile_Main = 77,
  H264Profile_High = 100,
  H264Profile_High10 = 110,
  H264Profile_High422 = 122
};
JavaScript
TVFH264Profile
PHP
public class TVFH264Profile;

VideoCaptureTypes

Members 
Description 
H264Profile_Auto = 0 
Auto.  
H264Profile_Baseline = 66 
Baseline.  
H264Profile_Main = 77 
Main.  
H264Profile_High = 100 
High.  
H264Profile_High10 = 110 
High 10.  
H264Profile_High422 = 122 
High 422.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!