Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFSourceMode Enumeration

Source type.

Pascal
TVFSourceMode = (
  SM_File_DS,
  SM_File_FFMPEG,
  SM_Memory_DS,
  SM_DVD_DS,
  SM_MMS_WMV_DS,
  SM_Encrypted_DS
);
C++
enum TVFSourceMode {
  SM_File_DS,
  SM_File_FFMPEG,
  SM_Memory_DS,
  SM_DVD_DS,
  SM_MMS_WMV_DS,
  SM_Encrypted_DS
};
C#
public enum TVFSourceMode {
  SM_File_DS,
  SM_File_FFMPEG,
  SM_Memory_DS,
  SM_DVD_DS,
  SM_MMS_WMV_DS,
  SM_Encrypted_DS
}
Visual Basic
Public Enum TVFSourceMode
  SM_File_DS
  SM_File_FFMPEG
  SM_Memory_DS
  SM_DVD_DS
  SM_MMS_WMV_DS
  SM_Encrypted_DS
End Enum
Java
public class TVFSourceMode;
IDL
enum TVFSourceMode {
  SM_File_DS,
  SM_File_FFMPEG,
  SM_Memory_DS,
  SM_DVD_DS,
  SM_MMS_WMV_DS,
  SM_Encrypted_DS
};
JavaScript
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!