VisioForge Video Edit SDK (Delphi / ActiveX)
|
H264 time type.
TVFH264TimeType = ( H264TimeType_Default = 0, H264TimeType_Sequental = 1, H264TimeType_Encoded = 2 );
enum TVFH264TimeType { H264TimeType_Default = 0, H264TimeType_Sequental = 1, H264TimeType_Encoded = 2 };
public enum TVFH264TimeType { H264TimeType_Default = 0, H264TimeType_Sequental = 1, H264TimeType_Encoded = 2 }
Public Enum TVFH264TimeType H264TimeType_Default = 0 H264TimeType_Sequental = 1 H264TimeType_Encoded = 2 End Enum
public class TVFH264TimeType;
enum TVFH264TimeType { H264TimeType_Default = 0, H264TimeType_Sequental = 1, H264TimeType_Encoded = 2 };
TVFH264TimeType
public class TVFH264TimeType;
VideoEditTypes
Members |
Description |
H264TimeType_Default = 0 |
Default / As input. |
H264TimeType_Sequental = 1 |
Sequental. |
H264TimeType_Encoded = 2 |
Encoded. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|