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.
This method identifies the size of the pause buffer and whether the current capture mode is set for permanent or temporary recordings.
HRESULT GetCaptureMode( STRMBUF_CAPTURE_MODE* peStrmbufCaptureMode, LONGLONG* phyMaxBufferMilliseconds);
Parameters
- peStrmbufCaptureMode,
[out] A pointer to a STRMBUF_CAPTURE_MODE value that will identify the recording type. - phyMaxBufferMilliseconds
[out] A pointer to a LONGLONG value that will identify the size of the pause buffer, in milliseconds.
Return Values
Returns one of the following values.
| Value | Description |
|---|---|
| E_INVALIDARG | The method was called with a missing parameter. |
| S_OK | The method was successful. |
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 5.0 with Windows CE 5.0 Networked Media Device Feature Pack
See Also
IStreamBufferCapture Interface | STRMBUF_CAPTURE_MODE
Send Feedback on this topic to the authors