Microsoft DirectX 8.1 (C++)

CMediaType::SetVariableSize

The SetVariableSize method specifies that samples do not have a fixed size.

Syntax

void SetVariableSize(void);

Remarks

This method sets the bFixedSizeSamples member to FALSE. Subsequent calls to the CMediaType::GetSampleSize method return zero.

See Also