CMediaType::SetSampleSize
Microsoft DirectShow 9.0 |
CMediaType::SetSampleSize
The SetSampleSize method specifies a fixed sample size, or specifies that samples have a variable size.
Syntax
void SetSampleSize( ULONG sz );
Parameters
sz
Sample size, in bytes, or zero.
Remarks
If value of sz is zero, the media type uses variable sample sizes. Otherwise, the sample size is fixed at sz bytes.
Requirements
** Header:** Declared in Mtype.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also