IRDPSRAPIAudioStream::Initialize method
Initializes the audio stream.
Syntax
HRESULT Initialize( [out] __int64* pnPeriodInHundredNsIntervals );
Parameters
- pnPeriodInHundredNsIntervals [out]
-
On return, indicates the stream period in 100 nanosecond intervals. The collaboration sharer calculates how frequently to call the GetBuffer method from this value.
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
See also
Show: