Microsoft DirectX 9.0

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