| Visual Basic (Declaration) | |
|---|---|
Public Enum SourceFormatType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SourceFormatType | |
| C# | |
|---|---|
public enum SourceFormatType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class SourceFormatType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| ASF | Source file format is a Windows Media audio/video format using non-Windows Media codecs. |
| AVI | Source file format is AVI. |
| DICOM | Source file format is DICOM. |
| DVR | Source file format is LBL Lead DVR buffer. |
| FLV | Source file format is FLV Flash format. (flash). |
| ISO | Source file format is ISO. |
| MIDI | Source file format is MIDI. |
| MKV | Source file format is MKV (Matroska Container Format). |
| MPEG1Audio | Source file format is MPEG1 Audio. |
| MPEG1System | Source file format is MPEG1 System. |
| MPEG1Video | Source file format is MPEG1 Video. |
| MPEG1VideoCD | Source file format is MPEG1 VideoCD. |
| MPEG2Program | Source file format is MPEG2 Program. This format supports both audio and video files. It is higher quality than MPEG1 and is the standard used for DVD compression. |
| MPEG2Transport | Source file format is MPEG2 Transport. |
| MXF | Source file format is MXF (Material eXchange Format). |
| OGG | Source file format is OGG (might contain audio and/or video). |
| QTMovie | Source file format is QuickTime movie. |
| Still | Source file format is Still Image. |
| Unknown | Source file format is unknown. |
| WAVE | Source file format is WAVE. |
| WMV | Source file format is a Windows Media audio/video format using Windows Media codecs. |
See the MediaInfo.SourceFormat property for more information on how this enumeration is used.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.SourceFormatType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code