| Package | Description |
|---|---|
| com.wowza.wms.httpstreamer.cupertinostreaming.file | |
| com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer | |
| com.wowza.wms.module |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IMediaReaderCupertino.fillChunk(com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext,
IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerCupertinoIndexItem item,
LiveStreamPacketizerCupertinoChunk chunk,
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition,
long bitrate,
ID3Frames headerFrames,
ID3Frames footerFrames,
ICupertinoEncryptor encryptor,
boolean isByteRangeRequest) |
|
void |
IMediaReaderCupertino.indexFile(IHTTPStreamerCupertinoIndex index) |
| Modifier and Type | Method | Description |
|---|---|---|
IHTTPStreamerCupertinoIndex |
HTTPStreamerSessionCupertino.getIndex(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) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IHTTPStreamerCupertinoVODActionNotify.onCreate(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName) |
Called when file index created
|
void |
IHTTPStreamerCupertinoVODActionNotify.onDestroy(IHTTPStreamerCupertinoIndex fileIndex) |
Called after file index is destroyed
|
void |
IHTTPStreamerCupertinoVODActionNotify2.onFillChunkDataPacket(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerCupertinoIndexItem item,
LiveStreamPacketizerCupertinoChunk chunk,
boolean audioOnly,
AMFPacket packet,
ID3Frames id3Frames) |
Called when data packet is encountered.
|
void |
IHTTPStreamerCupertinoVODActionNotify3.onFillChunkDataPacket(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerCupertinoIndexItem item,
LiveStreamPacketizerCupertinoChunk chunk,
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition,
AMFPacket packet,
ID3Frames id3Frames) |
Called when data packet is encountered.
|
void |
IHTTPStreamerCupertinoVODActionNotify.onFillChunkEnd(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerCupertinoIndexItem item,
LiveStreamPacketizerCupertinoChunk chunk,
boolean audioOnly) |
Called after each chunk is filled.
|
void |
IHTTPStreamerCupertinoVODActionNotify3.onFillChunkEnd(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerCupertinoIndexItem item,
LiveStreamPacketizerCupertinoChunk chunk,
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition) |
Called after each chunk is filled.
|
void |
IHTTPStreamerCupertinoVODActionNotify.onFillChunkStart(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerCupertinoIndexItem item,
LiveStreamPacketizerCupertinoChunk chunk,
boolean audioOnly) |
Called each time a chunk is filled.
|
void |
IHTTPStreamerCupertinoVODActionNotify3.onFillChunkStart(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerCupertinoIndexItem item,
LiveStreamPacketizerCupertinoChunk chunk,
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition) |
Called each time a chunk is filled.
|
void |
IHTTPStreamerCupertinoVODActionNotify.onIndex(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName) |
Called after file is indexed
|
void |
IHTTPStreamerCupertinoVODActionNotify.onInit(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName) |
Called after initialized
|
void |
IHTTPStreamerCupertinoVODActionNotify.onOpen(IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName) |
Called after open
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyVODChunk(HTTPStreamerSessionCupertino httpSession,
IHTTPStreamerCupertinoIndex index,
com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfo encInfo,
long chunkId,
int mode) |
Called when video on demand key is requested (per-session).
|