|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHTTPStreamerCupertinoVODActionNotify
IHTTPStreamerCupertinoVODActionNotify: listener interface for video on demand iOS streaming. See HTTPStreamerApplicationContextCupertinoStreamer.addVODActionListener(IHTTPStreamerCupertinoVODActionNotify listener)
| Method Summary | |
|---|---|
void |
onCreate(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName)
Called when file index created |
void |
onDestroy(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex)
Called after file index is destroyed |
void |
onFillChunkEnd(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndexItem item,
com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer.LiveStreamPacketizerCupertinoChunk chunk,
boolean audioOnly)
Called after each chunk is filled. |
void |
onFillChunkStart(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndexItem item,
com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer.LiveStreamPacketizerCupertinoChunk chunk,
boolean audioOnly)
Called each time a chunk is filled. |
void |
onIndex(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName)
Called after file is indexed |
void |
onInit(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName)
Called after initialized |
void |
onOpen(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName)
Called after open |
| Method Detail |
|---|
void onCreate(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName)
fileIndex - file indexappContext - HTTP application contexthttpStreamerSession - HTTP streaming sessionrawStreamName - stream namestreamExt - stream extensionstreamName - adjusted stream namevoid onDestroy(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex)
fileIndex - file index
void onFillChunkEnd(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndexItem item,
com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer.LiveStreamPacketizerCupertinoChunk chunk,
boolean audioOnly)
fileIndex - file indexitem - index itemchunk - chunk being filledaudioOnly - is audio-only chunk
void onFillChunkStart(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndexItem item,
com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer.LiveStreamPacketizerCupertinoChunk chunk,
boolean audioOnly)
fileIndex - file indexitem - index itemchunk - chunk being filledaudioOnly - is audio-only chunk
void onIndex(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName)
fileIndex - file indexappContext - HTTP application contexthttpStreamerSession - HTTP streaming sessionrawStreamName - stream namestreamExt - stream extensionstreamName - adjusted stream name
void onInit(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName)
fileIndex - file indexappContext - HTTP application contexthttpStreamerSession - HTTP streaming sessionrawStreamName - stream namestreamExt - stream extensionstreamName - adjusted stream name
void onOpen(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex,
IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName)
fileIndex - file indexappContext - HTTP application contexthttpStreamerSession - HTTP streaming sessionrawStreamName - stream namestreamExt - stream extensionstreamName - adjusted stream name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||