public interface IHTTPStreamerSanJoseIndex
| Modifier and Type | Method | Description |
|---|---|---|
String |
bitrateStrToStreamName(String bitrateStr) |
|
void |
close() |
|
byte[] |
getABSTData(String bitrateStr) |
|
IHTTPStreamerApplicationContext |
getApplicationContext() |
|
java.util.List<Long> |
getBitrates() |
|
com.wowza.wms.timedtext.model.TimedTextRequest |
getCaptionRequest() |
|
LiveStreamPacketizerSanJoseChunk |
getChunk(int bitrate,
long chunkId) |
|
IHTTPStreamerSession |
getHttpStreamerSession() |
|
long |
getPlayDuration() |
|
String |
getPlaylistStr() |
|
long |
getPlaySeek() |
|
long |
getPlayStart() |
|
String |
getStreamName() |
|
java.util.List<String> |
getStreamNames() |
|
java.util.List<String> |
getStreamNamesRaw() |
|
String |
getVODTranscodeNGRP() |
|
void |
indexFile(IHTTPStreamerSession httpStreamerSession) |
|
void |
init(IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName,
long playStart,
long playDuration,
long playSeek,
com.wowza.wms.timedtext.model.TimedTextRequest captionRequest,
String vodTranscodeNGRP) |
|
boolean |
isReloadMediaList() |
|
void |
open() |
|
void |
setCaptionRequest(com.wowza.wms.timedtext.model.TimedTextRequest request) |
|
void |
setPlayDuration(long playDuration) |
|
void |
setPlaySeek(long playSeek) |
|
void |
setPlayStart(long playStart) |
|
void |
setVODTranscodeNGRP(String vodTranscodeNGRP) |
String bitrateStrToStreamName(String bitrateStr)
void close()
byte[] getABSTData(String bitrateStr)
IHTTPStreamerApplicationContext getApplicationContext()
java.util.List<Long> getBitrates()
com.wowza.wms.timedtext.model.TimedTextRequest getCaptionRequest()
LiveStreamPacketizerSanJoseChunk getChunk(int bitrate, long chunkId)
IHTTPStreamerSession getHttpStreamerSession()
long getPlayDuration()
String getPlaylistStr()
long getPlaySeek()
long getPlayStart()
String getStreamName()
java.util.List<String> getStreamNames()
java.util.List<String> getStreamNamesRaw()
String getVODTranscodeNGRP()
void indexFile(IHTTPStreamerSession httpStreamerSession)
void init(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest captionRequest, String vodTranscodeNGRP)
boolean isReloadMediaList()
void open()
void setCaptionRequest(com.wowza.wms.timedtext.model.TimedTextRequest request)
void setPlayDuration(long playDuration)
void setPlaySeek(long playSeek)
void setPlayStart(long playStart)
void setVODTranscodeNGRP(String vodTranscodeNGRP)