IMediaRendererActionInformation::IsSetNextSourceAvailable method
Retrieves a value that indicates whether the DMR is currently accepting the SetNextSourceFromUriAsync method, the SetNextSourceFromStreamAsync method or the SetNextSourceFromMediaSourceAsync method.
Syntax
HRESULT IsSetNextSourceAvailable(
[out] boolean *value
);
Parameters
-
value [out]
-
A boolean value that is True if the DMR is currently accepting the SetNextSourceFromUriAsync method, the SetNextSourceFromStreamAsync method or the SetNextSourceFromMediaSourceAsync method and False if it is not.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |