LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
MediaInfo Class Members
See Also  Properties  Methods 
Leadtools.Multimedia Namespace : MediaInfo Class

The following tables list the members exposed by MediaInfo.

Public Constructors

 NameDescription
public Constructor MediaInfo ConstructorThe constructor for the MediaInfo object.  
Top

Public Properties

 NameDescription
public Property AudioAvgBytesPerSecGets the average transfer rate, in bytes per second, for the audio format in the current audio stream of the source media file.  
public Property AudioBitsPerSampleGets the current bits per sample (8, 16, etc.) for the audio format in the current audio stream of the source media file.  
public Property AudioChannelsGets the number of audio channels for the current stream in the current source media file.  
public Property AudioFormatTagGets the audio format type for the current stream in the current source media file.  
public Property AudioSamplesPerSecGets the sample rate, in samples per second, for the audio channels of the current stream in the current source media file.  
public Property AuthorGets the name of the author of the media in the current source media file.  
public Property CopyrightGets the copyright information for the current source media file.  
public Property CurrentStreamGets or sets the number of the current stream for the media file.  
public Property DescriptionGets the description of the media in the current source media file.  
public Property OutputStreamsGets the number of output streams available in the source media file.  
public Property RatingGets the rating of the media in the current source media file.  
public Property SourceBitRateGets the calculated bit rate of the current source media file, in bits per second.  
public Property SourceDurationGets the duration of the longest stream in the current source media file, in seconds.  
public Property SourceFileGets or sets the name of the current source media file.  
public Property SourceFileSizeGets the actual size of the current source media file in bytes.  
public Property SourceFilterGets the filter of the current source media file.  
public Property SourceFilterClassIDGets the Class ID string of the source filter used to read and expose the contents of the current source media file.  
public Property SourceFilterNameGets the name of the source filter used to read the current source media file.  
public Property SourceFormatGets the format of the current source media file.  
public Property SourceFormatNameGets the name of the format of the current source media file.  
public Property SourceMediaTypeGets the media type of the current source media file.  
public Property StreamDurationGets the duration of the current stream in the source media file in seconds.  
public Property StreamMediaTypeGets the media type of the current stream in the source media file.  
public Property StreamSubtypeGets the subtype (GUID string) of the current stream in the source media file.  
public Property StreamSubtypeNameGets the name of the subtype of the current stream in the source media file.  
public Property StreamTypeGets a string representing the GUID of the type of the current stream.  
public Property StreamTypeNameGets the name of the stream type, of the current stream in the source media file.  
public Property TitleGets the title of the media in the current source media file.  
public Property VideoBitCountGets the bits per pixel value for the current stream in the current source media file.  
public Property VideoBitRateGets the video bit rate, in bits per second, for the current stream in the current source media file.  
public Property VideoCompressionGets the type of compression used for the current stream in the current source media file.  
public Property VideoFrameRateGets the video frame rate, in frames per second, for the current stream in the current source media file.  
public Property VideoFramesGets the total number of video frames in the current stream in the current source media file.  
public Property VideoHeightGets the video height, in pixels, for the current stream in the current source media file.  
public Property VideoWidthGets the video width, in pixels, for the current stream in the current source media file.  
Top

Public Methods

 NameDescription
public Method DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
public Method ResetSourceResets the media source to none.  
Top

See Also