Enum MediaPlayerSourceMode
Media Player SDK .Net source mode.
Namespace: VisioForge.Core.Types.MediaPlayer
Assembly: VisioForge.Core.dll
Syntax
public enum MediaPlayerSourceMode
Fields
| Name | Description |
|---|---|
| BluRay | Blu-Ray disk playback using LAV filters pack. |
| CustomSource | Custom source filter to open file or network stream, specified by filter CLSID. |
| DVD_DS | DVD (DirectShow). |
| Encrypted_File_DS | Encrypted video file (DirectShow). |
| FFMPEG | FFMPEG source for files and network streams. |
| File_DS | File (DirectShow). |
| File_VLC | File (VLC). |
| GPU | GPU-accelerated video decoding. |
| HTTP_RTSP_VLC | RTSP / HTTP stream (VLC). |
| LAV | LAV filters pack. Can be used for files and network streams. |
| MIDI | MIDI / Karaoke files playback engine. |
| MMS_WMV_DS | MMS / WMV network stream (DirectShow). |
| Memory_DS | Memory (DirectShow). |
| Timeshift | Live timeshift source file, create by Video Capture SDK .Net. |