Interface IMediaReaderCupertino
-
- All Superinterfaces:
IMediaReader
public interface IMediaReaderCupertino extends IMediaReader
-
-
Field Summary
Fields Modifier and Type Field Description static String
MEDIAREADER_POSTFIX
-
Fields 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
void
indexFile(IHTTPStreamerCupertinoIndex index)
-
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 Detail
-
MEDIAREADER_POSTFIX
static final String MEDIAREADER_POSTFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
indexFile
void indexFile(IHTTPStreamerCupertinoIndex index)
-
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)
-
-