public interface ICupertinoMediaCasterSegments
| Modifier and Type | Method | Description |
|---|---|---|
void |
addMPEGTSSegment(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterMPEGTSSegment segment) |
Add a CupertinoMediaCasterMPEGTSSegment to the process list
|
int |
getBufferMaxBlockCount() |
Get the buffer max block count
|
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext |
getContext() |
Get the CupertinoMediaCasterContext for this object
|
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection |
getMediaCasterConnection() |
Get the CupertinoMediaCasterConnection for this object
|
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCaster |
getMediaCasterObject() |
Get the CupertinoMediaCaster object
|
int |
getMPEGTSSegmentCount() |
Get the number of segments available
|
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterMPEGTSSegment |
getNextMPEGTSSegment() |
Get the next CupertinoMediaCasterMPEGTSSegment to be processed
|
String |
getStreamName() |
Get the stream name
|
void |
init(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection connection,
IApplicationInstance appins,
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) |
Initialise this segments handler
|
boolean |
isRunning() |
Get the running state of the segments handler
|
void |
quit() |
Quit the segments handler
|
void |
setBufferBlockCount(int blockcount) |
Set the buffer block count
|
void |
setBufferMaxBlockCount(int maxblockcount) |
Set the buffer max block count
|
void |
setMediaCasterObject(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCaster caster) |
Set the CupertinoMediaCaster object
|
void |
setRunning(boolean state) |
Set the running state of the segments handler
|
void |
setStreamName(String name) |
Set the stream name
|
void addMPEGTSSegment(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterMPEGTSSegment segment)
segment - int getBufferMaxBlockCount()
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext getContext()
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection getMediaCasterConnection()
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCaster getMediaCasterObject()
int getMPEGTSSegmentCount()
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterMPEGTSSegment getNextMPEGTSSegment()
String getStreamName()
void init(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection connection,
IApplicationInstance appins,
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context)
connection - appins - context - boolean isRunning()
void quit()
void setBufferBlockCount(int blockcount)
blockcount - void setBufferMaxBlockCount(int maxblockcount)
maxblockcount - void setMediaCasterObject(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCaster caster)
caster - void setRunning(boolean state)
state - void setStreamName(String name)
name -