ltmmMediaInfo.VideoBitRate Property
object.VideoBitRate As Long |
Remarks
(Read only) This property is updated with the video bit rate, in bits per second, for the current stream in the current source media file. The video bit rate refers to the video data transfer rate. This property is updated automatically when the ltmmMediaInfo.CurrentStream property is set to the current stream, if the current stream is a video stream The portion of the file holding the video data. The video data might be compressed to save disk space. The data has to be decompressed using a video decompressor Also known as a decoder, this is a module or algorithm to decompress data. before you can play (see) it..
This property will not be updated if the current stream is not a video stream.
The current source media file, found in the ltmmMediaInfo.SourceFile property, is the file for which the ltmmMediaInfo object gets information. The ltmmMediaInfo.SourceFile property must be set before retrieving information from any of the other ltmmMediaInfo properties.
The current stream is set in the ltmmMediaInfo.CurrentStream property.
See Also