Microsoft DirectX 8.1 (C++)

IAMMediaTypeSample::SetDiscontinuity

The SetDiscontinuity method sets the discontinuity property.

Syntax

HRESULT SetDiscontinuity(
    BOOL bDiscontinuity
);

Parameters

bDiscontinuity

Value that specifies whether this sample is a discontinuity. If the sample is discontinuous with the previous sample, set the value to TRUE. Otherwise, set the value to FALSE.

Return Value

Returns S_OK.

See Also