Share via


CMediaType::IsFixedSize (Compact 2013)

3/26/2014

Determines if the samples for the stream will be fixed or variable size.

Syntax

BOOL IsFixedSize( ) const;

Parameters

None.

Return Value

Returns one of the following values.

Value

Description

TRUE

Samples will be fixed size.

FALSE

Samples will be variable length.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CMediaType Class