Microsoft DirectX 9.0

MediaDet.StreamTypeB Property

The StreamTypeB property returns a string representing the GUID of the media type for the current stream.

Syntax

object.StreamTypeB As String

Parameters

This property takes no parameters.

Remarks

The string formatted like the following: {73647561-0000-0010-8000-00AA00389B71}

Before retrieving this property, set the Filename and CurrentStream properties. This property is not valid if the MediaDet object is in bitmap grab mode (see EnterBitmapGrabMode).

This property is read-only.

See Also