Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
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