Microsoft DirectX 8.1 (C++)

CMediaType::IsFixedSize

The IsFixedSize method determines if the samples have a fixed size or a variable size.

Syntax

BOOL IsFixedSize(void) const;

Return Value

Returns the value of the bFixedSizeSamples member.

See Also