Microsoft DirectX 9.0

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