
public class MuxerStream extends ContainerStream
ContainerStream.Disposition, ContainerStream.ParseType| Modifier and Type | Method and Description |
|---|---|
MuxerStream |
copyReference()
Create a new MuxerStream 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.
|
Coder |
getCoder()
Get the Coder that this stream was created with.
Note: this can be either an Encoder or a Decoder. |
Muxer |
getMuxer()
Get the Muxer that this stream 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 MuxerStream copyReference()
copyReference in class ContainerStreampublic boolean equals(Object obj)
equals in class ContainerStreampublic int hashCode()
hashCode in class ContainerStreampublic String toString()
public Coder getCoder()
public Muxer getMuxer()
Copyright © 2018 Humble Software. All rights reserved.