IStreamBufferCapture::GetBoundToLiveToken (Windows CE 5.0)
This method is used to obtain the token that the filter graph exports to identify that the graph can be bound to a live TV stream. This token identifies the output from the filter graph and it does not change during the life of the filter graph. This token is used in calls to IFileSourceFilter::Load as the recording name to bind the DVR application to live TV viewing.
HRESULT GetBoundToLiveToken( LPOLESTR* ppszToken);
Parameters
- ppszToken
[out] A pointer to an LPOLESTR value that will receive the token for live-TV.
Return Values
Returns one of the following values.
Value | Description |
---|---|
E_NOTIMPL | This filter graph does not allow binding to live TV. |
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
Send Feedback on this topic to the authors