StreamingServiceCallback.OnMediaDescriptionUpdated 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.
Called to indicate the mpd of a the stream has changed.
[Android.Runtime.Register("onMediaDescriptionUpdated", "()V", "GetOnMediaDescriptionUpdatedHandler", ApiSince=28)]
public virtual void OnMediaDescriptionUpdated ();
[<Android.Runtime.Register("onMediaDescriptionUpdated", "()V", "GetOnMediaDescriptionUpdatedHandler", ApiSince=28)>]
abstract member OnMediaDescriptionUpdated : unit -> unit
override this.OnMediaDescriptionUpdated : unit -> unit
- Attributes
Remarks
Called to indicate the mpd of a the stream has changed.
Depending on the Dash Client it may need to be either reset (less drastic, but original spec didn't allow mpd to change so not always supported) or restarted.
This may be called when a looping stream hits the end or when parameters have changed to account for time drift.
Java documentation for android.telephony.mbms.StreamingServiceCallback.onMediaDescriptionUpdated()
.
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.