Microsoft DirectX 8.1 (C++)

MediaDet.StreamTypeB Property

String representing the GUID of the media type for the current stream. Read-only.

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).

See Also