
public class DemuxerStream extends ContainerStream
ContainerStream.Disposition, ContainerStream.ParseType| Modifier and Type | Method and Description |
|---|---|
DemuxerStream |
copyReference()
Create a new DemuxerStream object that is actually referring to the
exact same underlying native object.
|
boolean |
equals(Object obj)
Compares two values, returning true if the underlying objects in native code are the same object.
|
Decoder |
getDecoder()
Get the decoder that can decode the information in this Demuxer stream.
|
Demuxer |
getDemuxer()
Get the Demuxer this DemuxerStream belongs to.
|
int |
hashCode()
Get a hashable value for this object.
|
String |
toString()
info about this stream
|
findTimeStampEntryInIndex, findTimeStampPositionInIndex, getAttachedPic, getContainer, getCurrentDts, getDisposition, getDuration, getFrameRate, getId, getIndex, getIndexEntries, getIndexEntry, getMetaData, getNumFrames, getNumIndexEntries, getParseType, getSampleAspectRatio, getStartTime, getTimeBase, matchSpecifier, setParseTypedelete, getCurrentRefCountpublic DemuxerStream copyReference()
copyReference in class ContainerStreampublic boolean equals(Object obj)
equals in class ContainerStreampublic int hashCode()
hashCode in class ContainerStreampublic String toString()
public Decoder getDecoder()
public Demuxer getDemuxer()
Copyright © 2018 Humble Software. All rights reserved.