Language

MediaParser.IOutputConsumer.OnSeekMapFound(MediaParser+SeekMap) Method

Definition

Called when a SeekMap has been extracted from the stream.

[Android.Runtime.Register("onSeekMapFound", "(Landroid/media/MediaParser$SeekMap;)V", "GetOnSeekMapFound_Landroid_media_MediaParser_SeekMap_Handler:Android.Media.MediaParser/IOutputConsumerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public void OnSeekMapFound(Android.Media.MediaParser.SeekMap seekMap);
[<Android.Runtime.Register("onSeekMapFound", "(Landroid/media/MediaParser$SeekMap;)V", "GetOnSeekMapFound_Landroid_media_MediaParser_SeekMap_Handler:Android.Media.MediaParser/IOutputConsumerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member OnSeekMapFound : Android.Media.MediaParser.SeekMap -> unit

Parameters

seekMap
MediaParser.SeekMap

The extracted SeekMap. This value cannot be null.

Attributes

Remarks

Called when a SeekMap has been extracted from the stream. This method is called at least once before any samples are complete. May be called multiple times after that in order to add SeekPoints.

Android reference for android.media.MediaParser.OutputConsumer.onSeekMapFound.

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.

Applies to