public class MediaSegmentsInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
forceDiscontinuity() |
java.lang.String |
getAudioCodec() |
int |
getBandwidth() |
float |
getDuration() |
KeyInfo |
getKeyInfo() |
int |
getMediaSequence() |
int |
getOffset() |
int |
getPosition() |
java.lang.String |
getRangeHeader() |
java.lang.String |
getUrl() |
java.lang.String |
getUrlKey() |
java.lang.String |
getVideoCodec() |
java.lang.String |
getVideoCodecLevel() |
java.lang.String |
getVideoCodecProfile() |
int |
getVideoResolutionHeight() |
int |
getVideoResolutionWidth() |
boolean |
isSegmentAfterSeek() |
void |
printInfo() |
void |
setForceDiscontinuity(boolean value) |
void |
setOffset(int value) |
void |
setSegmentAfterSeek(boolean value) |
public void printInfo()
public KeyInfo getKeyInfo()
public int getMediaSequence()
public int getPosition()
public java.lang.String getUrl()
public java.lang.String getUrlKey()
public java.lang.String getRangeHeader()
public int getBandwidth()
public float getDuration()
public int getOffset()
public void setOffset(int value)
public java.lang.String getVideoCodec()
public java.lang.String getAudioCodec()
public java.lang.String getVideoCodecProfile()
public java.lang.String getVideoCodecLevel()
public int getVideoResolutionWidth()
public int getVideoResolutionHeight()
public boolean forceDiscontinuity()
public void setForceDiscontinuity(boolean value)
public boolean isSegmentAfterSeek()
public void setSegmentAfterSeek(boolean value)