public class LiveStreamInfo extends Object
| Constructor and Description |
|---|
LiveStreamInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAudioBitrate() |
int |
getAudioOnlyBitrate() |
int |
getBitrate() |
org.joda.time.DateTime |
getCreated() |
int |
getCurrentSegment() |
String |
getFullUrl() |
int |
getHeight() |
int |
getId() |
org.joda.time.DateTime |
getLastModified() |
int |
getMaxSegments() |
int |
getPercentComplete() |
String |
getRelativeUrl() |
int |
getSegmentCount() |
int |
getSegmentSize() |
String |
getSourceFile() |
int |
getSourceHeight() |
String |
getSourceHost() |
int |
getSourceWidth() |
int |
getStartSegment() |
int |
getStatusInt() |
String |
getStatusMessage() |
String |
getStatusStr() |
int |
getWidth() |
void |
setAudioBitrate(int audioBitrate) |
void |
setAudioOnlyBitrate(int audioOnlyBitrate) |
void |
setBitrate(int bitrate) |
void |
setCreated(org.joda.time.DateTime created) |
void |
setCurrentSegment(int currentSegment) |
void |
setFullUrl(String fullUrl) |
void |
setHeight(int height) |
void |
setId(int id) |
void |
setLastModified(org.joda.time.DateTime lastModified) |
void |
setMaxSegments(int maxSegments) |
void |
setPercentComplete(int percentComplete) |
void |
setRelativeUrl(String relativeUrl) |
void |
setSegmentCount(int segmentCount) |
void |
setSegmentSize(int segmentSize) |
void |
setSourceFile(String sourceFile) |
void |
setSourceHeight(int sourceHeight) |
void |
setSourceHost(String sourceHost) |
void |
setSourceWidth(int sourceWidth) |
void |
setStartSegment(int startSegment) |
void |
setStatusInt(int statusInt) |
void |
setStatusMessage(String statusMessage) |
void |
setStatusStr(String statusStr) |
void |
setWidth(int width) |
String |
toString() |
public int getId()
public void setId(int id)
id - the id to setpublic int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeight()
public void setHeight(int height)
height - the height to setpublic int getBitrate()
public void setBitrate(int bitrate)
bitrate - the bitrate to setpublic int getAudioBitrate()
public void setAudioBitrate(int audioBitrate)
audioBitrate - the audioBitrate to setpublic int getSegmentSize()
public void setSegmentSize(int segmentSize)
segmentSize - the segmentSize to setpublic int getMaxSegments()
public void setMaxSegments(int maxSegments)
maxSegments - the maxSegments to setpublic int getStartSegment()
public void setStartSegment(int startSegment)
startSegment - the startSegment to setpublic int getCurrentSegment()
public void setCurrentSegment(int currentSegment)
currentSegment - the currentSegment to setpublic int getSegmentCount()
public void setSegmentCount(int segmentCount)
segmentCount - the segmentCount to setpublic int getPercentComplete()
public void setPercentComplete(int percentComplete)
percentComplete - the percentComplete to setpublic org.joda.time.DateTime getCreated()
public void setCreated(org.joda.time.DateTime created)
created - the created to setpublic org.joda.time.DateTime getLastModified()
public void setLastModified(org.joda.time.DateTime lastModified)
lastModified - the lastModified to setpublic String getRelativeUrl()
public void setRelativeUrl(String relativeUrl)
relativeUrl - the relativeUrl to setpublic String getFullUrl()
public void setFullUrl(String fullUrl)
fullUrl - the fullUrl to setpublic String getStatusStr()
public void setStatusStr(String statusStr)
statusStr - the statusStr to setpublic int getStatusInt()
public void setStatusInt(int statusInt)
statusInt - the statusInt to setpublic String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage - the statusMessage to setpublic String getSourceFile()
public void setSourceFile(String sourceFile)
sourceFile - the sourceFile to setpublic String getSourceHost()
public void setSourceHost(String sourceHost)
sourceHost - the sourceHost to setpublic int getSourceWidth()
public void setSourceWidth(int sourceWidth)
sourceWidth - the sourceWidth to setpublic int getSourceHeight()
public void setSourceHeight(int sourceHeight)
sourceHeight - the sourceHeight to setpublic int getAudioOnlyBitrate()
public void setAudioOnlyBitrate(int audioOnlyBitrate)
audioOnlyBitrate - the audioOnlyBitrate to setCopyright © 2012. All Rights Reserved.