SourceFormatType Enumeration

Summary

Specifies the format of the source media file associated with the MediaInfo object.

Syntax
C#
VB
C++
public enum SourceFormatType   
Public Enum SourceFormatType  
public enum class SourceFormatType   

Members
ValueMemberDescription
0Unknown Source format is unknown.
1AVI Source format is AVI.
2ASF Source format is a Windows Media audio/video format using non-Windows Media codecs.
2WMV Source format is a Windows Media audio/video format using Windows Media codecs.
3WAVE Source format is WAVE.
4MPEG1Audio Source format is MPEG1 Audio.
5MPEG1Video Source format is MPEG1 Video.
6MPEG1System Source format is MPEG1 System.
7MPEG1VideoCD Source format is MPEG1 VideoCD.
8MIDI Source format is MIDI.
9QTMovie Source format is QuickTime movie.
10DICOM Source format is DICOM.
11Still Source format is Still Image.
12OGG Source format is OGG (might contain audio and/or video).
13MPEG2Program Source 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.
14ISO Source format is ISO.
15MPEG2Transport Source format is MPEG2 Transport.
16FLV Source format is FLV Flash format. (flash).
17MXF Source format is MXF (Material eXchange Format).
18DVR Source format is LBL Lead DVR buffer.
19MKV Source format is MKV (Matroska Container Format).
20RTSP Source format is RTSP.
21ONVIF Source format is ONVIF. Note: this filter requires Windows 7 / Windows Server 2008 or later.

Remarks

See the MediaInfo.SourceFormat property for more information on how this enumeration is used.

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly