Microsoft DirectX 9.0

AM_STREAM_INFO Structure

The AM_STREAM_INFO structure contains stream-control information.

Syntax

typedef struct {
    REFERENCE_TIME tStart;
    REFERENCE_TIME tStop;
    DWORD dwStartCookie;
    DWORD dwStopCookie;
    DWORD dwFlags;
} AM_STREAM_INFO;

Members

tStart

Time when the pin will start streaming data.

tStop

Time when the pin will stop streaming data.

dwStartCookie

Value that will be sent with the event notification when the pin starts.

dwStopCookie

Value that will be sent with the event notification when the pin stops.

dwFlags

Bitwise combination of zero or more flags from the AM_STREAM_INFO_FLAGS enumeration.

See Also