Interface IMediaReaderCupertino
- All Superinterfaces:
IMediaReader
-
Field Summary
FieldsFields inherited from interface com.wowza.wms.stream.IMediaReader
CONTENTTYPE_MEDIA, CONTENTTYPE_MEDIALIST, DEFAULT_RANDOMACCESSREADER, DEFAULT_RANDOMACCESSREADEROPTIMIZER, PLAYEVENT_AFTERBUFFERFILL, PLAYEVENT_AFTERMETADATA, PLAYEVENT_BEFOREBUFFERFILL, PLAYEVENT_BEFOREMETADATA, PLAYEVENT_STARTPLAYBACK, SEEK_EXACT, SEEK_KEYCLOSE, SEEK_KEYDOWN, SEEK_KEYUP, SEEKTARGET_AUDIO, SEEKTARGET_ENHANCED, SEEKTARGET_VIDEOKEYFRAME
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fillChunk
(com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext, IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition, long bitrate, ID3Frames headerFrames, ID3Frames footerFrames, ICupertinoEncryptor encryptor, boolean isByteRangeRequest) void
Methods inherited from interface com.wowza.wms.stream.IMediaReader
close, getDuration, getLength, getMediaExtension, getMetadata, getPath, getStreamPosition, init, isOpen, open, rewind, seek, sendZeroLengthPacket, setMediaReaderItem, setProperties, setStreamPosition, startPlayback, writeGeneratedKeyFrame, writePackets, writePackets
-
Field Details
-
MEDIAREADER_POSTFIX
- See Also:
-
-
Method Details
-
indexFile
-
fillChunk
void fillChunk(com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext, IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition, long bitrate, ID3Frames headerFrames, ID3Frames footerFrames, ICupertinoEncryptor encryptor, boolean isByteRangeRequest)
-