IMediaRendererActionInformation interface
Encapsulates the methods needed to provide information about what methods can currently be invoked on the DMR.
Members
The IMediaRendererActionInformation interface inherits from the IUnknown interface. IMediaRendererActionInformation also has these types of members:
- Methods
Methods
The IMediaRendererActionInformation interface has these methods.
Method | Description |
---|---|
IsMuteAvailable | Retrieves a value that indicates whether the DMR is capable of muting the audio. |
IsPauseAvailable | Retrieves a value that indicates whether the DMR is currently accepting the PauseAsync method. |
IsPlayAvailable | Retrieves a value that indicates whether the DMR is currently accepting the accepting the PlayAsync and PlayAtSpeedAsync methods. |
IsSeekAvailable | Retrieves a value that indicates whether the DMR is currently accepting the SeekAsync method. |
IsSetNextSourceAvailable | Retrieves a value that indicates whether the DMR is currently accepting the SetNextSourceFromUriAsync method, the SetNextSourceFromStreamAsync method or the SetNextSourceFromMediaSourceAsync method. |
IsStopAvailable | Retrieves a value that indicates whether the DMR is currently accepting the StopAsync method. |
IsVolumeAvailable | Retrieves a value that indicates whether the DMR is capable of adjusting the audio volume level. |
PlaySpeeds | Retrieves the complete list of PlaySpeed values that are accepted by the DMR. |