Compartilhar via


IStreamBufferCapture::GetBoundToLiveToken (Compact 2013)

3/26/2014

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

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IStreamBufferCapture Interface