TvInteractiveAppView.NotifyTimeShiftPlaybackParams(PlaybackParams) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the corresponding TvInteractiveAppService
when a time shift
android.media.PlaybackParams
is set or changed.
[Android.Runtime.Register("notifyTimeShiftPlaybackParams", "(Landroid/media/PlaybackParams;)V", "GetNotifyTimeShiftPlaybackParams_Landroid_media_PlaybackParams_Handler", ApiSince=34)]
public virtual void NotifyTimeShiftPlaybackParams (Android.Media.PlaybackParams params);
[<Android.Runtime.Register("notifyTimeShiftPlaybackParams", "(Landroid/media/PlaybackParams;)V", "GetNotifyTimeShiftPlaybackParams_Landroid_media_PlaybackParams_Handler", ApiSince=34)>]
abstract member NotifyTimeShiftPlaybackParams : Android.Media.PlaybackParams -> unit
override this.NotifyTimeShiftPlaybackParams : Android.Media.PlaybackParams -> unit
Parameters
- params
- PlaybackParams
The new PlaybackParams
that was set or changed.
- Attributes
Remarks
Notifies the corresponding TvInteractiveAppService
when a time shift android.media.PlaybackParams
is set or changed.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.