Microsoft DirectX 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.
See Also