Package com.wowza.wms.dvr
Interface IDvrPacketWriter
- 
 public interface IDvrPacketWriterInterface for chunking and storing packets for DVR.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddToChunk(com.wowza.wms.dvr.DvrPacketHolder holder)booleancanRecordAudio()booleancanRecordData()booleancanRecordVideo()voidendChunk(long videoEndTime, long audioEndTime)voidresetStream()voidsendOnMetadata(long pt, AMFPacket metaPacket)voidsetCodecInfoAudio(com.wowza.wms.media.model.MediaCodecInfoAudio codecInfoAudio)voidsetCodecInfoVideo(com.wowza.wms.media.model.MediaCodecInfoVideo codecInfoVideo)voidstartChunk(int streamMode, int videoCodecId, int audioCodecId, long timecode, long utcTimecode)
 
- 
- 
- 
Method Detail- 
sendOnMetadatavoid sendOnMetadata(long pt, AMFPacket metaPacket)
 - 
startChunkvoid startChunk(int streamMode, int videoCodecId, int audioCodecId, long timecode, long utcTimecode)
 - 
addToChunkvoid addToChunk(com.wowza.wms.dvr.DvrPacketHolder holder) 
 - 
endChunkvoid endChunk(long videoEndTime, long audioEndTime)
 - 
setCodecInfoAudiovoid setCodecInfoAudio(com.wowza.wms.media.model.MediaCodecInfoAudio codecInfoAudio) 
 - 
setCodecInfoVideovoid setCodecInfoVideo(com.wowza.wms.media.model.MediaCodecInfoVideo codecInfoVideo) 
 - 
resetStreamvoid resetStream() 
 - 
canRecordAudioboolean canRecordAudio() 
 - 
canRecordVideoboolean canRecordVideo() 
 - 
canRecordDataboolean canRecordData() 
 
- 
 
-