Previous | Next |
The SetStreamNumber method specifies the stream number.
Syntax
HRESULT SetStreamNumber(
WORD wStreamNum
);
Parameters
wStreamNum
[in] Word containing the stream number.
Return Values
This method always returns S_OK.
Remarks
Stream numbers may only be in the range of 1-64.
See Also
Previous | Next |