Package com.wowza.wms.dvr
Interface IDvrChunkUtcDelegate
-
public interface IDvrChunkUtcDelegate
Delegate class for determining utc time of DVR chunk.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
determineUtcTime(long currentUtc, long aChunkStartUtc, long aFirstPacketUtc, AMFPacket aFirstPacket, long vChunkStartUtc, long vFirstPacketUtc, AMFPacket vFirstPacket)
void
init(IDvrStreamStore store)
-
-
-
Method Detail
-
init
void init(IDvrStreamStore store)
-
-