次の方法で共有


IStreamBufferCapture::GetBoundToLiveToken (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

HRESULT GetBoundToLiveToken(
  LPOLESTR* ppszToken
);

Parameters

  • ppszToken
    [out] A pointer to an LPOLESTR value that will receive the token for live-TV.

Return Value

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

Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

IStreamBufferCapture Interface