Interface ICupertinoMediaCasterSegments
- 
 public interface ICupertinoMediaCasterSegmentsICupertinoMediaCasterSegments
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMPEGTSSegment(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterMPEGTSSegment segment)Add a CupertinoMediaCasterMPEGTSSegment to the process listintgetBufferMaxBlockCount()Get the buffer max block countcom.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContextgetContext()Get the CupertinoMediaCasterContext for this objectcom.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnectiongetMediaCasterConnection()Get the CupertinoMediaCasterConnection for this objectcom.wowza.wms.mediacaster.cupertino.CupertinoMediaCastergetMediaCasterObject()Get the CupertinoMediaCaster objectintgetMPEGTSSegmentCount()Get the number of segments availablecom.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterMPEGTSSegmentgetNextMPEGTSSegment()Get the next CupertinoMediaCasterMPEGTSSegment to be processedStringgetStreamName()Get the stream namevoidinit(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection connection, IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context)Initialise this segments handlerbooleanisRunning()Get the running state of the segments handlervoidquit()Quit the segments handlervoidsetBufferBlockCount(int blockcount)Set the buffer block countvoidsetBufferMaxBlockCount(int maxblockcount)Set the buffer max block countvoidsetMediaCasterObject(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCaster caster)Set the CupertinoMediaCaster objectvoidsetRunning(boolean state)Set the running state of the segments handlervoidsetStreamName(String name)Set the stream name
 
- 
- 
- 
Method Detail- 
initvoid init(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection connection, IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context)Initialise this segments handler- Parameters:
- connection-
- appins-
- context-
 
 - 
getContextcom.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext getContext() Get the CupertinoMediaCasterContext for this object- Returns:
- CupertinoMediaCasterContext
 
 - 
getMediaCasterConnectioncom.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection getMediaCasterConnection() Get the CupertinoMediaCasterConnection for this object- Returns:
- CupertinoMediaCasterConnection
 
 - 
setBufferBlockCountvoid setBufferBlockCount(int blockcount) Set the buffer block count- Parameters:
- blockcount-
 
 - 
setBufferMaxBlockCountvoid setBufferMaxBlockCount(int maxblockcount) Set the buffer max block count- Parameters:
- maxblockcount-
 
 - 
getBufferMaxBlockCountint getBufferMaxBlockCount() Get the buffer max block count- Returns:
- int
 
 - 
setStreamNamevoid setStreamName(String name) Set the stream name- Parameters:
- name-
 
 - 
getStreamNameString getStreamName() Get the stream name- Returns:
 
 - 
setMediaCasterObjectvoid setMediaCasterObject(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCaster caster) Set the CupertinoMediaCaster object- Parameters:
- caster-
 
 - 
getMediaCasterObjectcom.wowza.wms.mediacaster.cupertino.CupertinoMediaCaster getMediaCasterObject() Get the CupertinoMediaCaster object- Returns:
- CupertinoMediaCaster
 
 - 
addMPEGTSSegmentvoid addMPEGTSSegment(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterMPEGTSSegment segment) Add a CupertinoMediaCasterMPEGTSSegment to the process list- Parameters:
- segment-
 
 - 
getNextMPEGTSSegmentcom.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterMPEGTSSegment getNextMPEGTSSegment() Get the next CupertinoMediaCasterMPEGTSSegment to be processed- Returns:
- CupertinoMediaCasterMPEGTSSegment
 
 - 
getMPEGTSSegmentCountint getMPEGTSSegmentCount() Get the number of segments available- Returns:
- int
 
 - 
isRunningboolean isRunning() Get the running state of the segments handler- Returns:
 
 - 
setRunningvoid setRunning(boolean state) Set the running state of the segments handler- Parameters:
- state-
 
 - 
quitvoid quit() Quit the segments handler
 
- 
 
-