Package com.wowza.wms.dvr
Class DvrManifestCodecEntry
Object
com.wowza.wms.dvr.DvrManifestEntry
com.wowza.wms.dvr.DvrManifestCodecEntry
Entry in DVR manifest that contains codec information
-
Field Summary
Fields inherited from class com.wowza.wms.dvr.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 Summary
ConstructorsConstructorDescriptionDvrManifestCodecEntry
(long index, long dvrStart, long packetTime, long utcTime, com.wowza.wms.media.model.MediaCodecInfoAudio audioCodec, com.wowza.wms.media.model.MediaCodecInfoVideo videoCodec) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncom.wowza.wms.media.model.MediaCodecInfoAudio
Get audio codec informationGet textual representation of record for textual manifest usage.com.wowza.wms.media.model.MediaCodecInfoVideo
Get video codec informationvoid
Serialize manifest record.toString()
Methods inherited from class com.wowza.wms.dvr.DvrManifestEntry
encodeBytes, getCommonInitialTextRepString, getDuration, getIndex, getPacketStartTime, getStartTimecode, getStopTimecode, getType, getUtcStartTime, getUTCStartTime, serialize
-
Constructor Details
-
DvrManifestCodecEntry
public DvrManifestCodecEntry(long index, long dvrStart, long packetTime, long utcTime, com.wowza.wms.media.model.MediaCodecInfoAudio audioCodec, com.wowza.wms.media.model.MediaCodecInfoVideo videoCodec) Constructor- Parameters:
index
- manifest indexdvrStart
- start time (ms in DVR time scale)audioCodec
- audio codec infovideoCodec
- video codec info
-
-
Method Details
-
getVideoCodec
public com.wowza.wms.media.model.MediaCodecInfoVideo getVideoCodec()Get video codec information- Returns:
- video codec information
-
getAudioCodec
public com.wowza.wms.media.model.MediaCodecInfoAudio getAudioCodec()Get audio codec information- Returns:
- audio codec information
-
serialize
Description copied from class:DvrManifestEntry
Serialize manifest record.- Specified by:
serialize
in classDvrManifestEntry
- Parameters:
out
- output stream
-
getManifestRepresentation
Description copied from class:DvrManifestEntry
Get textual representation of record for textual manifest usage.- Specified by:
getManifestRepresentation
in classDvrManifestEntry
- Returns:
- textual representation of entry
-
toString
-