Interface IHTTPStreamerCupertinoIndexItem
- 
 public interface IHTTPStreamerCupertinoIndexItem
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfogetEncInfo()longgetIndex()longgetStartTimecode()longgetStopTimecode()voidsetEncInfo(com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfo encInfo)voidsetIndex(long index)voidsetStartTimecode(long startTimecode)voidsetStopTimecode(long stopTimecode)
 
- 
- 
- 
Method Detail- 
getStartTimecodelong getStartTimecode() 
 - 
setStartTimecodevoid setStartTimecode(long startTimecode) 
 - 
getStopTimecodelong getStopTimecode() 
 - 
setStopTimecodevoid setStopTimecode(long stopTimecode) 
 - 
getIndexlong getIndex() 
 - 
setIndexvoid setIndex(long index) 
 - 
getEncInfocom.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfo getEncInfo() 
 - 
setEncInfovoid setEncInfo(com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfo encInfo) 
 
- 
 
-