public class DvrManifestCodecEntry extends DvrManifestEntry
dvrStart, dvrStop, index, MANIFESTFILE_KEY_ARTIFACT, MANIFESTFILE_KEY_AUDIO_CODEC, MANIFESTFILE_KEY_CHUNKINDEX, MANIFESTFILE_KEY_DVRTIME, MANIFESTFILE_KEY_ENCRYPTIONS, MANIFESTFILE_KEY_INDEX, MANIFESTFILE_KEY_METADATA, MANIFESTFILE_KEY_NAME, MANIFESTFILE_KEY_PACKETTIME, MANIFESTFILE_KEY_SIZE, MANIFESTFILE_KEY_START, MANIFESTFILE_KEY_STOP, MANIFESTFILE_KEY_TYPE, MANIFESTFILE_KEY_UTCTIME, MANIFESTFILE_KEY_VIDEO_CODEC, packetTime, SERIALIZE_CURRENT_VERSION, type, utcTime| Constructor | Description |
|---|---|
DvrManifestCodecEntry(long index,
long dvrStart,
long packetTime,
long utcTime,
com.wowza.wms.media.model.MediaCodecInfoAudio audioCodec,
com.wowza.wms.media.model.MediaCodecInfoVideo videoCodec) |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
com.wowza.wms.media.model.MediaCodecInfoAudio |
getAudioCodec() |
Get audio codec information
|
String |
getManifestRepresentation() |
Get textual representation of record for textual manifest usage.
|
com.wowza.wms.media.model.MediaCodecInfoVideo |
getVideoCodec() |
Get video codec information
|
void |
serialize(java.io.DataOutputStream out) |
Serialize manifest record.
|
String |
toString() |
encodeBytes, getCommonInitialTextRepString, getDuration, getIndex, getPacketStartTime, getStartTimecode, getStopTimecode, getType, getUtcStartTime, getUTCStartTime, serializepublic DvrManifestCodecEntry(long index,
long dvrStart,
long packetTime,
long utcTime,
com.wowza.wms.media.model.MediaCodecInfoAudio audioCodec,
com.wowza.wms.media.model.MediaCodecInfoVideo videoCodec)
index - manifest indexdvrStart - start time (ms in DVR time scale)audioCodec - audio codec infovideoCodec - video codec infopublic com.wowza.wms.media.model.MediaCodecInfoAudio getAudioCodec()
public String getManifestRepresentation()
DvrManifestEntrygetManifestRepresentation in class DvrManifestEntrypublic com.wowza.wms.media.model.MediaCodecInfoVideo getVideoCodec()
public void serialize(java.io.DataOutputStream out)
DvrManifestEntryserialize in class DvrManifestEntryout - output streampublic String toString()
toString in class Object