Share via


IBDA_UserActivityService::UserActivityDetected method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Indicates that a Media Sink Device (MSD) in a Protected Broadcast Driver Architecture (PBDA) media graph has detected user activity and is informing a Media Transfer Device (MTD) of this activity. The MSD calls this method only if the current activity interval has elapsed since the the MSD most recently called this method. The GetUserActivityInterval method sets or obtains the value of the current activity interval.

Syntax

HRESULT UserActivityDetected();

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_NOINTERFACE
User activity service failed.

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header bdaiface.h

See also

GetUserActivityInterval

IBDA_UserActivityService