MediaCas.IEventListener.OnResourceLost(MediaCas) 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.
Notify the listener that the session resources was lost.
[Android.Runtime.Register("onResourceLost", "(Landroid/media/MediaCas;)V", "GetOnResourceLost_Landroid_media_MediaCas_Handler:Android.Media.MediaCas/IEventListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public virtual void OnResourceLost (Android.Media.MediaCas mediaCas);
[<Android.Runtime.Register("onResourceLost", "(Landroid/media/MediaCas;)V", "GetOnResourceLost_Landroid_media_MediaCas_Handler:Android.Media.MediaCas/IEventListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member OnResourceLost : Android.Media.MediaCas -> unit
override this.OnResourceLost : Android.Media.MediaCas -> unit
Parameters
- mediaCas
- MediaCas
the MediaCas object to receive this event.
- Attributes
Remarks
Notify the listener that the session resources was lost.
Java documentation for android.media.MediaCas.EventListener.onResourceLost(android.media.MediaCas)
.
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.