ltmmCaptureSubType.FriendlyName Property

Visual Basic example

Syntax

object.FriendlyName As String

Remarks

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

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 FriendlyName property, and the Name property.

Platforms

Win32, x64

See Also

Elements:

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

Topics:

Multimedia Properties, Methods and Events