MediaParser.Advance(MediaParser+ISeekableInputReader) 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.
Makes progress in the extraction of the input media stream, unless the end of the input has been reached.
[Android.Runtime.Register("advance", "(Landroid/media/MediaParser$SeekableInputReader;)Z", "", ApiSince=30)]
public bool Advance (Android.Media.MediaParser.ISeekableInputReader seekableInputReader);
[<Android.Runtime.Register("advance", "(Landroid/media/MediaParser$SeekableInputReader;)Z", "", ApiSince=30)>]
member this.Advance : Android.Media.MediaParser.ISeekableInputReader -> bool
Parameters
- seekableInputReader
- MediaParser.ISeekableInputReader
The SeekableInputReader
from which to obtain the media
container data.
Returns
Whether there is any data left to extract. Returns false if the end of input has been reached.
- Attributes
Remarks
Java documentation for android.media.MediaParser.advance(android.media.SeekableInputReader)
.
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.