ltmmVideoFormat.SubTypeName Property

Visual Basic Example

Syntax

object.SubTypeName As String

Remarks

(Read only) This property is updated with a string that represents the GUID of the source video type. For a list of video types, refer to the Media Subtypes section of Format Types, Media Types and Media Subtypes.

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 ltmmVideoFormat.SubTypeFriendlyName Property is updated with the friendly name of the video format type.

See Also

Elements:

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

Topics:

Multimedia Properties, Methods and Events