public interface IHTTPStreamerSmoothStreamerIndex
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
IHTTPStreamerApplicationContext |
getAppContext() |
|
byte[] |
getEncryptionIVBytes() |
|
com.wowza.wms.httpstreamer.smoothstreaming.file.SmoothStreamerFileFragmentList |
getFragment(int fragmentType,
int bitrate,
long chunkTimecode,
boolean isInfo) |
|
IHTTPStreamerSession |
getHttpStreamerSession() |
|
long |
getIndexVideoStartTimecode() |
|
String |
getPlaylistStr() |
|
com.wowza.wms.drm.playready.PlayReadyEncryptor |
getPlayReadyEncryptorAudio() |
|
com.wowza.wms.drm.playready.PlayReadyEncryptor |
getPlayReadyEncryptorVideo() |
|
com.wowza.wms.drm.playready.PlayReadyKeyInfo |
getPlayReadyKeyInfo() |
|
String |
getStreamName() |
|
java.util.List<String> |
getStreamNames() |
|
String |
getTitleStr() |
|
void |
indexFile() |
|
void |
init(IHTTPStreamerSession httpStreamerSession,
IHTTPStreamerApplicationContext appContext,
String streamExt,
String streamName,
long playStart,
long playDuration,
long playSeek,
String vodTranscodeNGRP) |
|
boolean |
isEncryptionRandomIV() |
|
boolean |
isReloadMediaList() |
|
void |
open() |
|
void |
setEncryptionIVBytes(byte[] encryptionIVBytes) |
|
void |
setEncryptionRandomIV(boolean encryptionRandomIV) |
|
void |
setIndexVideoStartTimecode(long indexVideoStartTimecode) |
|
void |
setTitleStr(String titleStr) |
void close()
IHTTPStreamerApplicationContext getAppContext()
byte[] getEncryptionIVBytes()
com.wowza.wms.httpstreamer.smoothstreaming.file.SmoothStreamerFileFragmentList getFragment(int fragmentType,
int bitrate,
long chunkTimecode,
boolean isInfo)
IHTTPStreamerSession getHttpStreamerSession()
long getIndexVideoStartTimecode()
String getPlaylistStr()
com.wowza.wms.drm.playready.PlayReadyEncryptor getPlayReadyEncryptorAudio()
com.wowza.wms.drm.playready.PlayReadyEncryptor getPlayReadyEncryptorVideo()
com.wowza.wms.drm.playready.PlayReadyKeyInfo getPlayReadyKeyInfo()
String getStreamName()
java.util.List<String> getStreamNames()
String getTitleStr()
void indexFile()
void init(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerApplicationContext appContext, String streamExt, String streamName, long playStart, long playDuration, long playSeek, String vodTranscodeNGRP)
boolean isEncryptionRandomIV()
boolean isReloadMediaList()
void open()
void setEncryptionIVBytes(byte[] encryptionIVBytes)
void setEncryptionRandomIV(boolean encryptionRandomIV)
void setIndexVideoStartTimecode(long indexVideoStartTimecode)
void setTitleStr(String titleStr)