MediaParser.ISeekableInputReader Interface
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.
InputReader
that allows setting the read position.
[Android.Runtime.Register("android/media/MediaParser$SeekableInputReader", "", "Android.Media.MediaParser/ISeekableInputReaderInvoker", ApiSince=30)]
public interface MediaParser.ISeekableInputReader : Android.Media.MediaParser.IInputReader, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/media/MediaParser$SeekableInputReader", "", "Android.Media.MediaParser/ISeekableInputReaderInvoker", ApiSince=30)>]
type MediaParser.ISeekableInputReader = interface
interface MediaParser.IInputReader
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Attributes
- Implements
Remarks
Java documentation for android.media.MediaParser.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.
Fields
ParameterAdtsEnableCbrSeeking |
Sets whether constant bitrate seeking should be enabled for ADTS parsing. (Inherited from MediaParser) |
ParameterAmrEnableCbrSeeking |
Sets whether constant bitrate seeking should be enabled for AMR. (Inherited from MediaParser) |
ParameterFlacDisableId3 |
Sets whether the ID3 track should be disabled for FLAC. (Inherited from MediaParser) |
ParameterMatroskaDisableCuesSeeking |
Sets whether Matroska parsing should avoid seeking to the cues element. (Inherited from MediaParser) |
ParameterMp3DisableId3 |
Sets whether the ID3 track should be disabled for MP3. (Inherited from MediaParser) |
ParameterMp3EnableCbrSeeking |
Sets whether constant bitrate seeking should be enabled for MP3. (Inherited from MediaParser) |
ParameterMp3EnableIndexSeeking |
Sets whether MP3 parsing should generate a time-to-byte mapping. (Inherited from MediaParser) |
ParameterMp4IgnoreEditLists |
Sets whether MP4 parsing should ignore edit lists. (Inherited from MediaParser) |
ParameterMp4IgnoreTfdtBox |
Sets whether MP4 parsing should ignore the tfdt box. (Inherited from MediaParser) |
ParameterMp4TreatVideoFramesAsKeyframes |
Sets whether MP4 parsing should treat all video frames as key frames. (Inherited from MediaParser) |
ParameterTsAllowNonIdrAvcKeyframes |
Sets whether TS should treat samples consisting of non-IDR I slices as synchronization samples (key-frames). (Inherited from MediaParser) |
ParameterTsDetectAccessUnits |
Sets whether TS parsing should split AVC stream into access units based on slice headers. (Inherited from MediaParser) |
ParameterTsEnableHdmvDtsAudioStreams |
Sets whether TS parsing should handle HDMV DTS audio streams. (Inherited from MediaParser) |
ParameterTsIgnoreAacStream |
Sets whether TS parsing should ignore AAC elementary streams. (Inherited from MediaParser) |
ParameterTsIgnoreAvcStream |
Sets whether TS parsing should ignore AVC elementary streams. (Inherited from MediaParser) |
ParameterTsIgnoreSpliceInfoStream |
Sets whether TS parsing should ignore splice information streams. (Inherited from MediaParser) |
ParameterTsMode |
Sets the operation mode for TS parsing. (Inherited from MediaParser) |
ParserNameAc3 |
Parser for the AC-3 container format, as defined in Digital Audio Compression Standard (AC-3). (Inherited from MediaParser) |
ParserNameAc4 |
Parser for the AC-4 container format, as defined by Dolby AC-4: Audio delivery for Next-Generation Entertainment Services. (Inherited from MediaParser) |
ParserNameAdts |
Parser for the ADTS container format, as defined in ISO/IEC 13818-7. (Inherited from MediaParser) |
ParserNameAmr |
Parser for the AMR container format, as defined in RFC 4867. (Inherited from MediaParser) |
ParserNameFlac |
Parser for the FLAC container format, as defined in the spec. (Inherited from MediaParser) |
ParserNameFlv |
Parser for the FLV container format, as defined in Adobe Flash Video File Format Specification. (Inherited from MediaParser) |
ParserNameFmp4 |
Parser for fragmented files using the MP4 container format, as defined in ISO/IEC 14496-12. (Inherited from MediaParser) |
ParserNameMatroska |
Parser for the Matroska container format, as defined in the spec. (Inherited from MediaParser) |
ParserNameMp3 |
Parser for the MP3 container format, as defined in ISO/IEC 11172-3. (Inherited from MediaParser) |
ParserNameMp4 |
Parser for non-fragmented files using the MP4 container format, as defined in ISO/IEC 14496-12. (Inherited from MediaParser) |
ParserNameOgg |
Parser for the OGG container format, as defined in RFC 3533. (Inherited from MediaParser) |
ParserNamePs |
Parser for the PS container format, as defined in ISO/IEC 11172-1. (Inherited from MediaParser) |
ParserNameTs |
Parser for the TS container format, as defined in ISO/IEC 13818-1. (Inherited from MediaParser) |
ParserNameUnknown |
Parser name returned by |
ParserNameWav |
Parser for the WAV container format, as defined in Multimedia Programming Interface and Data Specifications. (Inherited from MediaParser) |
SampleFlagDecodeOnly |
Obsolete.
Indicates that the sample should be decoded but not rendered. (Inherited from MediaParser) |
SampleFlagEncrypted |
Obsolete.
Indicates that the sample is (at least partially) encrypted. (Inherited from MediaParser) |
SampleFlagHasSupplementalData |
Obsolete.
Indicates that the sample has supplemental data. (Inherited from MediaParser) |
SampleFlagKeyFrame |
Obsolete.
Indicates that the sample holds a synchronization sample. (Inherited from MediaParser) |
SampleFlagLastSample |
Obsolete.
Indicates that the sample is known to contain the last media sample of the stream. (Inherited from MediaParser) |
Properties
Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
JniIdentityHashCode |
Returns the value of |
JniManagedPeerState |
State of the managed peer. (Inherited from IJavaPeerable) |
JniPeerMembers |
Member access and invocation support. (Inherited from IJavaPeerable) |
LogSessionId | (Inherited from MediaParser) |
ParserName |
Returns the name of the backing parser implementation. (Inherited from MediaParser) |
PeerReference |
Returns a JniObjectReference of the wrapped Java object instance. (Inherited from IJavaPeerable) |
Methods
Advance(MediaParser+ISeekableInputReader) |
Makes progress in the extraction of the input media stream, unless the end of the input has been reached. (Inherited from MediaParser) |
Disposed() |
Called when the instance has been disposed. (Inherited from IJavaPeerable) |
DisposeUnlessReferenced() |
If there are no outstanding references to this instance, then
calls |
Finalized() |
Called when the instance has been finalized. (Inherited from IJavaPeerable) |
Release() |
Releases any acquired resources. (Inherited from MediaParser) |
Seek(MediaParser+SeekPoint) |
Seeks within the media container being extracted. (Inherited from MediaParser) |
SeekToPosition(Int64) |
Sets the read position at the given |
SetJniIdentityHashCode(Int32) |
Set the value returned by |
SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
SetParameter(String, Object) |
Sets parser-specific parameters which allow customizing behavior. (Inherited from MediaParser) |
SetPeerReference(JniObjectReference) |
Set the value returned by |
SupportsParameter(String) |
Returns whether the given |
UnregisterFromRuntime() |
Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations. (Inherited from IJavaPeerable) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |