Microsoft DirectX 8.1 (C++)

CMediaType::GetSampleSize

The GetSampleSize method retrieves the sample size.

Syntax

ULONG GetSampleSize(void) const;

Return Value

If the sample size is fixed, returns the sample size in bytes. Otherwise, returns zero.

See Also