VisioForge Video Edit SDK (Delphi / ActiveX)
|
Stream type.
TVFStreamType = ( ST_Video, ST_Audio, ST_Picture, ST_Video_Fake );
enum TVFStreamType { ST_Video, ST_Audio, ST_Picture, ST_Video_Fake };
public enum TVFStreamType { ST_Video, ST_Audio, ST_Picture, ST_Video_Fake }
Public Enum TVFStreamType ST_Video ST_Audio ST_Picture ST_Video_Fake End Enum
public class TVFStreamType;
enum TVFStreamType { ST_Video, ST_Audio, ST_Picture, ST_Video_Fake };
TVFStreamType
public class TVFStreamType;
VideoEditTypes
Members |
Description |
ST_Video |
Video stream. |
ST_Audio |
Audio stream. |
ST_Picture |
Picture stream. |
ST_Video_Fake |
Fake video stream for OnPushFrame event. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|