Microsoft DirectX 8.1 (C++)

IAMTimelineGroup::SetMediaTypeForVB

The SetMediaTypeForVB method specifies the group media type, for Automation clients.

Syntax

HRESULT SetMediaTypeForVB(
    long Val
);

Parameters

Val

[in] Value that specifies the media type. Set the value to 0 for video, or 1 for audio.

Return Value

Returns S_OK.

Remarks

This method is intended for Automation clients. For C++ applications, use the IAMTimelineGroup::SetMediaType method.

See Also