LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
SourceFormatType Enumeration
See Also  
Leadtools.Multimedia Namespace : SourceFormatType Enumeration



The SourceFormatType enumeration values specify the format of the source media file associated with the MediaInfo object.

Syntax

Visual Basic (Declaration) 
Public Enum SourceFormatType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As SourceFormatType
C# 
public enum SourceFormatType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class SourceFormatType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ASFSource file format is a Windows Media audio/video format using non-Windows Media codecs.
AVISource file format is AVI.
DICOMSource file format is DICOM.
DVRSource file format is LBL Lead DVR buffer.
FLVSource file format is FLV Flash format. (flash).
ISOSource file format is ISO.
MIDISource file format is MIDI.
MKVSource file format is MKV (Matroska Container Format).
MPEG1AudioSource file format is MPEG1 Audio.
MPEG1SystemSource file format is MPEG1 System.
MPEG1VideoSource file format is MPEG1 Video.
MPEG1VideoCDSource file format is MPEG1 VideoCD.
MPEG2ProgramSource 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.
MPEG2TransportSource file format is MPEG2 Transport.
MXFSource file format is MXF (Material eXchange Format).
OGGSource file format is OGG (might contain audio and/or video).
QTMovieSource file format is QuickTime movie.
StillSource file format is Still Image.
UnknownSource file format is unknown.
WAVESource file format is WAVE.
WMVSource file format is a Windows Media audio/video format using Windows Media codecs.

Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.SourceFormatType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also