ltmmCaptureSubType.Name Property

Visual Basic example

Syntax

object.Name As String

Comments

(Read only) This property is updated with the subtype’s unique name.

This string can be used to uniquely identify a subtype. This name can be saved and used later with the ltmmCaptureSubTypes.Find method to restore the subtype selection.

The ltmmCaptureCtrl.VideoCaptureSubTypes property is updated with an ltmmCaptureSubTypes object that contains all the subtypes available for the current capture device. The ltmmCaptureSubTypes.Item Method obtains an ltmmCaptureSubType object for each of the supported subtypes. The ltmmCaptureSubType properties of each ltmmCaptureSubType object, obtained using the Item method, are updated with information about that specific subtype. This information includes the Name property, and the FriendlyName property.

Platforms

Win32, x64

See Also

Elements:

ltmmCaptureSubTypes.Find  method, ltmmCaptureSubType.Selected property, ltmmCaptureSubType.FriendlyName property

Topics:

Multimedia Properties, Methods and Events