Source type.
TVFSourceMode = ( SM_File_DS, SM_File_FFMPEG, SM_Memory_DS, SM_DVD_DS, SM_MMS_WMV_DS, SM_Encrypted_DS );
enum TVFSourceMode { SM_File_DS, SM_File_FFMPEG, SM_Memory_DS, SM_DVD_DS, SM_MMS_WMV_DS, SM_Encrypted_DS };
public enum TVFSourceMode { SM_File_DS, SM_File_FFMPEG, SM_Memory_DS, SM_DVD_DS, SM_MMS_WMV_DS, SM_Encrypted_DS }
Public Enum TVFSourceMode SM_File_DS SM_File_FFMPEG SM_Memory_DS SM_DVD_DS SM_MMS_WMV_DS SM_Encrypted_DS End Enum
public class TVFSourceMode;
enum TVFSourceMode { SM_File_DS, SM_File_FFMPEG, SM_Memory_DS, SM_DVD_DS, SM_MMS_WMV_DS, SM_Encrypted_DS };
TVFSourceMode
MediaPlayerTypes
Members |
Description |
SM_File_DS |
File (DirectShow). |
SM_File_FFMPEG |
File (FFMPEG). |
SM_Memory_DS |
Memory (DirectShow). |
SM_DVD_DS |
DVD (DirectShow). |
SM_MMS_WMV_DS |
MMS / WMV network stream (DirectShow). |
SM_Encrypted_DS |
Encrypted file (DirectShow). |
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|