VisioForge Video Edit SDK (Delphi / ActiveX)
|
H264 profile.
TVFH264Profile = ( H264Profile_Auto = 0, H264Profile_Baseline = 66, H264Profile_Main = 77, H264Profile_High = 100, H264Profile_High10 = 110, H264Profile_High422 = 122 );
enum TVFH264Profile { H264Profile_Auto = 0, H264Profile_Baseline = 66, H264Profile_Main = 77, H264Profile_High = 100, H264Profile_High10 = 110, H264Profile_High422 = 122 };
public enum TVFH264Profile { H264Profile_Auto = 0, H264Profile_Baseline = 66, H264Profile_Main = 77, H264Profile_High = 100, H264Profile_High10 = 110, H264Profile_High422 = 122 }
Public Enum TVFH264Profile H264Profile_Auto = 0 H264Profile_Baseline = 66 H264Profile_Main = 77 H264Profile_High = 100 H264Profile_High10 = 110 H264Profile_High422 = 122 End Enum
public class TVFH264Profile;
enum TVFH264Profile { H264Profile_Auto = 0, H264Profile_Baseline = 66, H264Profile_Main = 77, H264Profile_High = 100, H264Profile_High10 = 110, H264Profile_High422 = 122 };
TVFH264Profile
public class TVFH264Profile;
VideoEditTypes
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) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|