ltmmVideoFormat.BitCount Property

Visual Basic Example

Syntax

object.BitCount As Long

Remarks

(Read only) This property is updated with the video bit count for the video format.

The ltmmCaptureCtrl.VideoCaptureFormats property is updated with an LtmmVideoFormats object that contains all the video formats available for the current capture device. The ltmmVideoFormats.Item Method obtains an ltmmVideoFormat object for each of the supported video formats. The ltmmVideoFormat properties of each ltmmVideoFormat object, obtained using the Item method, are updated with information about that specific video format. This information includes the SubTypeName property, SubTypeFriendlyName property, Height property, Width property, Compression property and the BitCount property.

The height and width of the video format are contained in the ltmmVideoFormat.Height Property and the ltmmVideoFormat.Width Property, respectively.

The ltmmVideoFormat.Compression Property is updated with the video compression information for the video format.

See Also

Elements:

ltmmVideoFormat object, ltmmVideoFormat.Selected Property, ltmmVideoFormat.SubTypeName Property, ltmmVideoFormat.SubTypeFriendlyName Property, ltmmVideoFormat.Width Property, ltmmVideoFormat.Height Property, ltmmVideoFormat.Compression Property

Topics:

Multimedia Properties, Methods and Events