Uses of Interface
com.wowza.wms.stream.IMediaStream
- 
- 
Uses of IMediaStream in com.wowza.ioMethods in com.wowza.io with parameters of type IMediaStream Modifier and Type Method Description voidIRandomAccessReader. init(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension)Intialize RandomAccessReadervoidIRandomAccessWriter2. init(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension)Intialize RandomAccessReadervoidITextReader. init(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName)voidITextWriter. init(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName)
- 
Uses of IMediaStream in com.wowza.wms.applicationMethods in com.wowza.wms.application that return types with arguments of type IMediaStream Modifier and Type Method Description java.util.List<IMediaStream>IApplicationInstance. getPlayStreamsByName(String name)Get a list of media streams that are listening for published stream.Methods in com.wowza.wms.application with parameters of type IMediaStream Modifier and Type Method Description voidIApplicationInstance. addPlayStreamByName(IMediaStream stream, String name)Add a media stream to the list of streams that are listening for a published streamvoidIApplicationInstance. addPushPublishSession(IMediaStream stream, IPushPublishSession pushPublishSession)Add a push publish session to the list of active push publish sessionsjava.util.List<IPushPublishSession>IApplicationInstance. getPushPublishSessions(IMediaStream stream)Get the current push publish sessions for a given IMediaStreamvoidIApplicationInstance. notifyLiveStreamTranscoderCreate(ILiveStreamTranscoder liveStreamTranscoder, IMediaStream stream)Notify live stream transcoder createvoidIApplicationInstance. notifyLiveStreamTranscoderDestroy(ILiveStreamTranscoder liveStreamTranscoder, IMediaStream stream)Notify live stream transcoder destroyvoidIApplicationInstance. notifyLiveStreamTranscoderInit(ILiveStreamTranscoder liveStreamTranscoder, IMediaStream stream)Notify live stream transcoder initvoidIApplicationInstance. notifyMediaCasterSetSourceStream(IMediaCaster mediaCaster, IMediaStream stream)voidIApplicationInstance. notifyMediaReaderClose(IMediaReader mediaReader, IMediaStream stream)Notify media reader notifyMediaReaderClosevoidIApplicationInstance. notifyMediaReaderExtractMetaData(IMediaReader mediaReader, IMediaStream stream)Notify media reader notifyMediaReaderExtractMetaDatavoidIApplicationInstance. notifyMediaReaderInit(IMediaReader mediaReader, IMediaStream stream)Notify media reader notifyMediaReaderInitvoidIApplicationInstance. notifyMediaReaderOpen(IMediaReader mediaReader, IMediaStream stream)Notify media reader notifyMediaReaderOpenvoidIApplicationInstance. notifyMediaWriterOnFLVAddMetadata(IMediaStream stream, java.util.Map<String,Object> extraMetadata)Notify all MediaWriter listeners of onFLVAddMetadatavoidIApplicationInstance. notifyMediaWriterOnWriteComplete(IMediaStream stream, java.io.File file)Notify all MediaWriter listeners of onWriteCompletevoidIApplicationInstance. notifyPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Notify push publish session createvoidIApplicationInstance. notifyPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Notify push publish session destroyvoidIApplicationInstance. removePlayStreamByName(IMediaStream stream)Remove media stream from the list of streams that are listening for a published streamvoidIApplicationInstance. removePushPublishSession(IMediaStream stream, IPushPublishSession pushPublishSession)Remove a push publish sessionvoidIApplicationInstance. removePushPublishSessions(IMediaStream stream)Remove all push publish sessions for a give stream
- 
Uses of IMediaStream in com.wowza.wms.clientMethods in com.wowza.wms.client with parameters of type IMediaStream Modifier and Type Method Description AMFObjIClient. getRespAMFAudioObj(IMediaStream stream)Get the audio response AMFObj for a given mediaStreamAMFObjIClient. getRespAMFDataObj(IMediaStream stream)Get the data response AMFObj for a given mediaStreamAMFObjIClient. getRespAMFVideoObj(IMediaStream stream)Get the video response AMFObj for a given mediaStream
- 
Uses of IMediaStream in com.wowza.wms.dvrMethods in com.wowza.wms.dvr with parameters of type IMediaStream Modifier and Type Method Description voidIDvrTextReader. init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName)voidIDvrTextWriter. init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName)voidIDvrTextWriter. init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName, IDvrStreamStore store)
- 
Uses of IMediaStream in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizerMethods in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer with parameters of type IMediaStream Modifier and Type Method Description voidLiveStreamPacketizerCupertino. internalHandlePacket(IMediaStream stream, AMFPacket packet)voidLiveStreamPacketizerCupertino. internalResetStream(IMediaStream stream)voidLiveStreamPacketizerCupertino. internalStartStream(IMediaStream stream)
- 
Uses of IMediaStream in com.wowza.wms.httpstreamer.modelMethods in com.wowza.wms.httpstreamer.model that return IMediaStream Modifier and Type Method Description IMediaStreamIHTTPStreamerSession. getStream()Get the IMediaStream associated with this HTTP sessionMethods in com.wowza.wms.httpstreamer.model with parameters of type IMediaStream Modifier and Type Method Description voidIHTTPStreamerSession. setStream(IMediaStream stream)Set the IMediaStream associated with this HTTP session
- 
Uses of IMediaStream in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizerFields in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer declared as IMediaStream Modifier and Type Field Description protected IMediaStreamLiveStreamPacketizerMPEGDash. streamMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer with parameters of type IMediaStream Modifier and Type Method Description protected voidLiveStreamPacketizerMPEGDash. doResetStream(IMediaStream stream)voidLiveStreamPacketizerMPEGDash. internalHandlePacket(IMediaStream stream, AMFPacket packet)voidLiveStreamPacketizerMPEGDash. internalResetStream(IMediaStream stream)voidLiveStreamPacketizerMPEGDash. internalStartStream(IMediaStream stream)
- 
Uses of IMediaStream in com.wowza.wms.httpstreamer.sanjosestreaming.livestreampacketizerMethods in com.wowza.wms.httpstreamer.sanjosestreaming.livestreampacketizer with parameters of type IMediaStream Modifier and Type Method Description voidLiveStreamPacketizerSanJose. internalHandlePacket(IMediaStream stream, AMFPacket packet)Deprecated.voidLiveStreamPacketizerSanJose. internalResetStream(IMediaStream stream)Deprecated.voidLiveStreamPacketizerSanJose. internalStartStream(IMediaStream stream)Deprecated.
- 
Uses of IMediaStream in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizerMethods in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer with parameters of type IMediaStream Modifier and Type Method Description voidLiveStreamPacketizerSmoothStreaming. internalHandlePacket(IMediaStream stream, AMFPacket packet)Deprecated.voidLiveStreamPacketizerSmoothStreaming. internalResetStream(IMediaStream stream)Deprecated.voidLiveStreamPacketizerSmoothStreaming. internalStartStream(IMediaStream stream)Deprecated.
- 
Uses of IMediaStream in com.wowza.wms.livestreamrecord.managerMethods in com.wowza.wms.livestreamrecord.manager that return IMediaStream Modifier and Type Method Description IMediaStreamIStreamRecorder. getStream()Called to get the IMediaStream object being used by the recorderMethods in com.wowza.wms.livestreamrecord.manager with parameters of type IMediaStream Modifier and Type Method Description voidILiveStreamRecordManagerActionNotify. onSwitchRecord(IStreamRecorder recorder, IMediaStream newStream)This notification occurs when an existing stream is replaced with a stream of the same name.voidIStreamRecorderActionNotify. onSwitchRecorder(IStreamRecorder recorder, IMediaStream newStream)This notification occurs when an existing stream has been replaced by a new stream of the same name.voidIStreamRecorder. setStream(IMediaStream stream)Called to set the IMediaStream object the recorder will use
 NOTE: This method is used by LiveStreamRecordManager to manage recorders and associated IMediaStream objects and should NOT be used directly when a StreamRecorder is under the control of LiveStreamRecordManagervoidIStreamRecorder. switchRecorder(IMediaStream newStream)Called to tell the recorder to switch over to the data from a new IMediaStream.
 This occurs when an existing stream is replaced with a stream of the same name.
- 
Uses of IMediaStream in com.wowza.wms.livestreamrecord.modelMethods in com.wowza.wms.livestreamrecord.model with parameters of type IMediaStream Modifier and Type Method Description voidILiveStreamRecord. startRecording(IMediaStream stream, boolean append)Deprecated.voidILiveStreamRecord. startRecording(IMediaStream stream, String filePath, boolean append)Deprecated.voidILiveStreamRecord. startRecording(IMediaStream stream, String filePath, boolean append, java.util.Map<String,Object> extraMetadata)Deprecated.voidILiveStreamRecord. startRecording(IMediaStream stream, String filePath, boolean append, java.util.Map<String,Object> extraMetadata, int splitOnTcDiscontiuity)Deprecated.voidILiveStreamRecord. startRecordingSegmentByDuration(IMediaStream stream, String filePath, java.util.Map<String,Object> extraMetadata, long duration)Deprecated.voidILiveStreamRecord. startRecordingSegmentBySchedule(IMediaStream stream, String filePath, java.util.Map<String,Object> extraMetadata, String schedule)Deprecated.voidILiveStreamRecord. startRecordingSegmentBySize(IMediaStream stream, String filePath, java.util.Map<String,Object> extraMetadata, long size)Deprecated.
- 
Uses of IMediaStream in com.wowza.wms.loggingFields in com.wowza.wms.logging declared as IMediaStream Modifier and Type Field Description protected IMediaStreamWMSLoggerEvent. streamMethods in com.wowza.wms.logging that return IMediaStream Modifier and Type Method Description IMediaStreamWMSLoggerEvent. getStream()Methods in com.wowza.wms.logging with parameters of type IMediaStream Modifier and Type Method Description voidWMSLogger. debug(String comment, IMediaStream stream)voidWMSLogger. debug(String comment, IMediaStream stream, String category, String event, int status, String context)voidWMSLogger. error(String comment, IMediaStream stream)voidWMSLogger. error(String comment, IMediaStream stream, String category, String event, int status, String context)voidWMSLogger. fatal(String comment, IMediaStream stream)voidWMSLogger. fatal(String comment, IMediaStream stream, String category, String event, int status, String context)voidWMSLogger. info(String comment, IMediaStream stream)voidWMSLogger. info(String comment, IMediaStream stream, String category, String event, int status, String context)voidWMSLogger. log(org.apache.logging.log4j.Level level, String comment, IMediaStream stream)voidWMSLogger. log(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event)voidWMSLogger. log(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context)voidWMSLogger. log(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context, Throwable e)voidWMSLogger. log(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context, Throwable e, int stackDepth)voidWMSLogger. log(org.apache.logging.log4j.Marker marker, org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context, Throwable e, int stackDepth)default voidILogNotify. onLog(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context)Called each time the server logs a message.voidLogNotifyCalculateIncremental. onLog(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context)voidWMSLogger. trace(String comment, IMediaStream stream)voidWMSLogger. trace(String comment, IMediaStream stream, String category, String event, int status, String context)voidWMSLogger. warn(String comment, IMediaStream stream)voidWMSLogger. warn(String comment, IMediaStream stream, String category, String event, int status, String context)
- 
Uses of IMediaStream in com.wowza.wms.mediacache.modelMethods in com.wowza.wms.mediacache.model with parameters of type IMediaStream Modifier and Type Method Description StringIMediaCacheContextMapper. getMediaNameFromContext(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension)
- 
Uses of IMediaStream in com.wowza.wms.mediacasterMethods in com.wowza.wms.mediacaster that return IMediaStream Modifier and Type Method Description IMediaStreamIMediaCaster. getStream()Get the underlying stream being used by this media casterMethods in com.wowza.wms.mediacaster with parameters of type IMediaStream Modifier and Type Method Description voidIMediaCasterNotify. onSetSourceStream(IMediaCaster mediaCaster, IMediaStream stream)Invoked when soure stream is set (can be called with stream of null)voidIMediaCaster. setStream(IMediaStream stream)Set the underlying stream being used by this media caster
- 
Uses of IMediaStream in com.wowza.wms.moduleMethods in com.wowza.wms.module that return IMediaStream Modifier and Type Method Description protected static IMediaStreamModuleBase. getStream(IClient client, com.wowza.wms.request.RequestFunction function)For methods called from the client side object NetStream (publish, play, deleteStream) get the IMediaStream object associated with the call.Methods in com.wowza.wms.module with parameters of type IMediaStream Modifier and Type Method Description voidIModuleOnPushPublish. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Invoked when push publish session is createdvoidIModuleOnPushPublish. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Invoked when push publish session is destroyedvoidIModuleOnStream. onStreamCreate(IMediaStream stream)Invoked when a stream is created.voidIModuleOnStream. onStreamDestroy(IMediaStream stream)Invoked when a stream is destroyed.protected static voidModuleBase. sendStreamOnStatusError(IMediaStream stream, String code, String description)Send an error to the client-side NetStream.onStatus handler
- 
Uses of IMediaStream in com.wowza.wms.netconnectionMethods in com.wowza.wms.netconnection with parameters of type IMediaStream Modifier and Type Method Description voidINetConnection. addPublishStreams(IMediaStream stream)voidINetConnection. call(String handlerName, IMediaStream stream, INetConnectionCallResult resultObj, Object... params)intINetConnection. getRespAFMIndex(IMediaStream stream)AMFObjINetConnection. getRespAMFAudioObj(IMediaStream stream)AMFObjINetConnection. getRespAMFDataObj(IMediaStream stream)AMFObjINetConnection. getRespAMFVideoObj(IMediaStream stream)voidINetConnection. registerStream(IMediaStream stream)voidINetConnection. removePublishStreams(IMediaStream stream)voidINetConnection. sendMediaStreamBufferTime(IMediaStream stream, int bufferTime)voidINetConnection. unregisterStream(IMediaStream stream)
- 
Uses of IMediaStream in com.wowza.wms.pushpublish.modelFields in com.wowza.wms.pushpublish.model declared as IMediaStream Modifier and Type Field Description protected IMediaStreamPushPublishBase. srcStreamprotected IMediaStreamPushPublishSessionBase. streamMethods in com.wowza.wms.pushpublish.model that return IMediaStream Modifier and Type Method Description IMediaStreamIPushPublish. getSrcStream()IMediaStreamPushPublishBase. getSrcStream()Get source IMediaStream.IMediaStreamIPushPublishSession. getStream()IMediaStreamPushPublishSessionBase. getStream()Methods in com.wowza.wms.pushpublish.model with parameters of type IMediaStream Modifier and Type Method Description voidIPushPublish. init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug)voidPushPublishBase. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)Inits the instance.voidPushPublishHTTPBase. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)Inits the instance.voidPushPublishHTTPYouTubeBase. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidIPushPublishSessionNotify. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Invoked when push publish session is createdvoidPushPublishSessionNotifyBase. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)voidIPushPublishSessionNotify. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Invoked when push publish session is destroyedvoidPushPublishSessionNotifyBase. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)voidIPushPublish. setSrcStream(IMediaStream srcStream)voidPushPublishBase. setSrcStream(IMediaStream srcStream)Sets the source IMediaStream.voidIPushPublishSession. setStream(IMediaStream stream)voidPushPublishSessionBase. setStream(IMediaStream stream)
- 
Uses of IMediaStream in com.wowza.wms.pushpublish.protocol.cupertinoMethods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type IMediaStream Modifier and Type Method Description voidPushPublishHTTPCupertino. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoAkamaiHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoCloudStorageHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoCloudStorageHandler2. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoGoogleHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoWowzaVideoHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)
- 
Uses of IMediaStream in com.wowza.wms.pushpublish.protocol.rtmpFields in com.wowza.wms.pushpublish.protocol.rtmp declared as IMediaStream Modifier and Type Field Description protected IMediaStreamPushPublishRTMPNetConnectionSession. publishStreamFields in com.wowza.wms.pushpublish.protocol.rtmp with type parameters of type IMediaStream Modifier and Type Field Description protected java.util.List<IMediaStream>PushPublishRTMPNetConnectionSession. streamsToPublishMethods in com.wowza.wms.pushpublish.protocol.rtmp that return IMediaStream Modifier and Type Method Description IMediaStreamPushPublishRTMPNetConnectionSession. getPublishStream()Methods in com.wowza.wms.pushpublish.protocol.rtmp that return types with arguments of type IMediaStream Modifier and Type Method Description java.util.List<IMediaStream>PushPublishRTMPNetConnectionSession. getStreamsToPublish()Methods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type IMediaStream Modifier and Type Method Description StringPushPublishRTMPAkamaiHandler. createAkamaiStreamName(String dstStreamName, IMediaStream stream)ResponseFunctionPushPublishRTMPNetConnectionPublisher. getDataStart(IMediaStream stream, long timecode)voidPushPublishRTMPAkamaiHandler. init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug)voidPushPublishRTMPProfileHandler. init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug)protected booleanPushPublishRTMP. isOnMetadataReady(IMediaStream stream, AMFPacket packet)protected intPushPublishRTMPNetConnectionPublisher. sendPacket(java.io.OutputStream out, long adjTimecode, AMFPacket packet, AMFObj amfObj, IMediaStream publishStream)protected intPushPublishRTMPNetConnectionPublisher. sendPackets(INetConnection netConnection, java.io.OutputStream out, IMediaStream publishStream, long[] playSizes)voidPushPublishRTMPNetConnectionSession. setPublishStream(IMediaStream publishStream)Method parameters in com.wowza.wms.pushpublish.protocol.rtmp with type arguments of type IMediaStream Modifier and Type Method Description voidPushPublishRTMPNetConnectionSession. setStreamsToPublish(java.util.List<IMediaStream> streamsToPublish)
- 
Uses of IMediaStream in com.wowza.wms.pushpublish.protocol.rtpMethods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type IMediaStream Modifier and Type Method Description voidPushPublishRTP. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug)
- 
Uses of IMediaStream in com.wowza.wms.pushpublish.protocol.sanjoseMethods in com.wowza.wms.pushpublish.protocol.sanjose with parameters of type IMediaStream Modifier and Type Method Description voidPushPublishHTTPSanJoseAkamaiHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)Deprecated.
- 
Uses of IMediaStream in com.wowza.wms.responseMethods in com.wowza.wms.response that return IMediaStream Modifier and Type Method Description IMediaStreamResponseStream. getStream()Methods in com.wowza.wms.response with parameters of type IMediaStream Modifier and Type Method Description voidResponseStreams. addStreamResponse(IMediaStream stream)voidResponseStream. setStream(IMediaStream stream)Constructors in com.wowza.wms.response with parameters of type IMediaStream Constructor Description ResponseFunction(IMediaStream stream, AMFObj amfObj)Create an empty ResponseFunctionResponseStream(IMediaStream stream)
- 
Uses of IMediaStream in com.wowza.wms.rtp.modelMethods in com.wowza.wms.rtp.model that return IMediaStream Modifier and Type Method Description IMediaStreamRTPStream. getStream()Get the IMediaStreamMethods in com.wowza.wms.rtp.model with parameters of type IMediaStream Modifier and Type Method Description AMFPacket[]RTPStream. getLastPacketsByType(IMediaStream localStream)Analyzes stream to get information, Internal use.
- 
Uses of IMediaStream in com.wowza.wms.streamClasses in com.wowza.wms.stream that implement IMediaStream Modifier and Type Class Description classcom.wowza.wms.stream.MediaStreamclassMediaStreamBaseFields in com.wowza.wms.stream with type parameters of type IMediaStream Modifier and Type Field Description protected java.util.Map<String,IMediaStream>MediaStreamMap. streamNamesprotected java.util.Map<Long,IMediaStream>MediaStreamMap. streamsMethods in com.wowza.wms.stream that return IMediaStream Modifier and Type Method Description IMediaStreamIMediaStreamPlay. getParent()Get the parent media stream objectIMediaStreamMediaStreamMap. getStream(IClient client, int index)Get a media stream reference by stream id.IMediaStreamMediaStreamMap. getStream(IClient client, int index, boolean doCreate)Get a media stream reference by stream id.IMediaStreamMediaStreamMap. getStream(INetConnection netConnection, int index)Get a media stream object that is owned by a server to server netConnection object (not yet implemented).IMediaStreamMediaStreamMap. getStream(INetConnection netConnection, int index, boolean doCreate)Get a media stream reference by stream id.IMediaStreamMediaStreamMap. getStream(String name)Get a media stream by stream name.IMediaStreamMediaStreamMap. getStreamClientless(int index, String streamTypeStr)Get a media stream reference by stream id.Methods in com.wowza.wms.stream that return types with arguments of type IMediaStream Modifier and Type Method Description java.util.List<IMediaStream>MediaStreamMap. getStreams()Returns a list of IMediaStream objectsMethods in com.wowza.wms.stream with parameters of type IMediaStream Modifier and Type Method Description com.wowza.wms.client.LicenseHolderMediaStreamMap. addLicense(IMediaStream stream, int licenseType)voidMediaStreamMap. broadcasePlayMessage(IMediaStream stream, long timecode, java.nio.ByteBuffer msg, int objectEncoding)Send a broadcast message to all play stream that are listening to this live published stream.intMediaStreamMap. broadcastGetObjectEncoding(IMediaStream stream)Get the minimum object encoding level for the clients playing this stream.voidMediaStreamMap. clearStreamName(String name, IMediaStream stream)Unregister a published live media stream name.voidIMediaListReader. init(IApplicationInstance appInstance, IMediaStream stream, String mediaReadType, String basePath, String mediaName, IHTTPStreamerSession httpStreamerSession)Initialize mediaReadervoidIMediaReader. init(IApplicationInstance appInstance, IMediaStream stream, String mediaReadType, String basePath, String mediaName)Initialize mediaReadervoidIMediaStreamPlay. init(IMediaStream parent, MediaStreamMap streams)Initialize mediaStreamPlayervoidMediaStreamMap. notifyMediaStreamCreate(IMediaStream mediaStream)Notify all media stream listeners that a new media stream object has been created.voidMediaStreamMap. notifyMediaStreamDestroy(IMediaStream mediaStream)Notify all media stream listeners that a media stream object is being destroyed.voidMediaStreamMap. notifyPlayPublish(IMediaStream stream)Notify all play streams that are listening to this stream that the stream is going into a state of publish (NetStream.Play.PublishNotify).voidMediaStreamMap. notifyPlayUnpublish(IMediaStream stream)Notify all play streams that are listening to this stream that the stream is going into a state of unpublished (NetStream.Play.UnpublishNotify).voidIMediaStreamCallback. onCallback(IMediaStream stream, com.wowza.wms.request.RequestFunction function, AMFDataList params)Triggered on callback eventvoidIMediaStreamActionNotify3. onCodecInfoAudio(IMediaStream stream, com.wowza.wms.media.model.MediaCodecInfoAudio codecInfoAudio)Triggered when publishing stream receives codec information.voidMediaStreamActionNotify3Base. onCodecInfoAudio(IMediaStream stream, com.wowza.wms.media.model.MediaCodecInfoAudio codecInfoAudio)voidMediaStreamActionNotifyBase. onCodecInfoAudio(IMediaStream stream, com.wowza.wms.media.model.MediaCodecInfoAudio codecInfoAudio)voidIMediaStreamActionNotify3. onCodecInfoVideo(IMediaStream stream, com.wowza.wms.media.model.MediaCodecInfoVideo codecInfoVideo)Triggered when publishing stream receives codec information.voidMediaStreamActionNotify3Base. onCodecInfoVideo(IMediaStream stream, com.wowza.wms.media.model.MediaCodecInfoVideo codecInfoVideo)voidMediaStreamActionNotifyBase. onCodecInfoVideo(IMediaStream stream, com.wowza.wms.media.model.MediaCodecInfoVideo codecInfoVideo)voidIMediaWriterActionNotify. onFLVAddMetadata(IMediaStream stream, java.util.Map<String,Object> extraMetadata)Called just before metadata is written to the file (FLV only)voidMediaWriterActionNotifyBase. onFLVAddMetadata(IMediaStream stream, java.util.Map<String,Object> extraMetadata)voidIMediaStreamLivePacketNotify. onLivePacket(IMediaStream stream, AMFPacket packet)voidMediaStreamLivePacketNotifyBase. onLivePacket(IMediaStream stream, AMFPacket packet)voidIMediaReaderActionNotify. onMediaReaderClose(IMediaReader mediaReader, IMediaStream stream)Called when media reader is closedvoidMediaReaderActionNotifyBase. onMediaReaderClose(IMediaReader mediaReader, IMediaStream stream)voidIMediaReaderActionNotify. onMediaReaderExtractMetaData(IMediaReader mediaReader, IMediaStream stream)Called after media reader metadata is extraced from the filevoidMediaReaderActionNotifyBase. onMediaReaderExtractMetaData(IMediaReader mediaReader, IMediaStream stream)voidIMediaReaderActionNotify. onMediaReaderInit(IMediaReader mediaReader, IMediaStream stream)Called after media reader is initializedvoidMediaReaderActionNotifyBase. onMediaReaderInit(IMediaReader mediaReader, IMediaStream stream)voidIMediaReaderActionNotify. onMediaReaderOpen(IMediaReader mediaReader, IMediaStream stream)Called after media reader is openedvoidMediaReaderActionNotifyBase. onMediaReaderOpen(IMediaReader mediaReader, IMediaStream stream)voidIMediaStreamNotify. onMediaStreamCreate(IMediaStream stream)Triggered when mediaStream createdvoidIMediaStreamNotify. onMediaStreamDestroy(IMediaStream stream)Triggered when mediaStream destroyedvoidIMediaStreamActionNotify2. onMetaData(IMediaStream stream, AMFPacket metaDataPacket)Triggered when a published streams metadata is set or changesvoidMediaStreamActionNotify3Base. onMetaData(IMediaStream stream, AMFPacket metaDataPacket)voidMediaStreamActionNotifyBase. onMetaData(IMediaStream stream, AMFPacket metaDataPacket)voidIMediaStreamActionNotify. onPause(IMediaStream stream, boolean isPause, double location)Triggered on mediaStream pausevoidMediaStreamActionNotify3Base. onPause(IMediaStream stream, boolean isPause, double location)voidMediaStreamActionNotifyBase. onPause(IMediaStream stream, boolean isPause, double location)voidIMediaStreamActionNotify2. onPauseRaw(IMediaStream stream, boolean isPause, double location)Triggered on mediaStream pauseRaw.voidMediaStreamActionNotify3Base. onPauseRaw(IMediaStream stream, boolean isPause, double location)voidMediaStreamActionNotifyBase. onPauseRaw(IMediaStream stream, boolean isPause, double location)voidIMediaStreamActionNotify. onPlay(IMediaStream stream, String streamName, double playStart, double playLen, int playReset)Triggered on mediaStream playvoidMediaStreamActionNotify3Base. onPlay(IMediaStream stream, String streamName, double playStart, double playLen, int playReset)voidMediaStreamActionNotifyBase. onPlay(IMediaStream stream, String streamName, double playStart, double playLen, int playReset)voidIMediaStreamActionNotify. onPublish(IMediaStream stream, String streamName, boolean isRecord, boolean isAppend)Triggered on mediaStream publishvoidMediaStreamActionNotify3Base. onPublish(IMediaStream stream, String streamName, boolean isRecord, boolean isAppend)voidMediaStreamActionNotifyBase. onPublish(IMediaStream stream, String streamName, boolean isRecord, boolean isAppend)voidIMediaStreamActionNotify. onSeek(IMediaStream stream, double location)Triggered on mediaStream seekvoidMediaStreamActionNotify3Base. onSeek(IMediaStream stream, double location)voidMediaStreamActionNotifyBase. onSeek(IMediaStream stream, double location)voidIMediaStreamActionNotify. onStop(IMediaStream stream)Triggered on mediaStream stopvoidMediaStreamActionNotify3Base. onStop(IMediaStream stream)voidMediaStreamActionNotifyBase. onStop(IMediaStream stream)voidIMediaStreamActionNotify. onUnPublish(IMediaStream stream, String streamName, boolean isRecord, boolean isAppend)Triggered on mediaStream unpublishvoidMediaStreamActionNotify3Base. onUnPublish(IMediaStream stream, String streamName, boolean isRecord, boolean isAppend)voidMediaStreamActionNotifyBase. onUnPublish(IMediaStream stream, String streamName, boolean isRecord, boolean isAppend)voidIMediaStreamH264SEINotify. onVideoH264Packet(IMediaStream stream, AMFPacket packet, com.wowza.wms.media.h264.H264SEIMessages seiMessages)voidIMediaWriterActionNotify. onWriteComplete(IMediaStream stream, java.io.File file)Called when writing is completevoidMediaWriterActionNotifyBase. onWriteComplete(IMediaStream stream, java.io.File file)MediaListIMediaListProvider. resolveMediaList(IMediaListReader mediaListReader, IMediaStream stream, String streamName)Called to resolve a amlst:streamname to a media listintIMediaReader. sendZeroLengthPacket(int type, int timecode, boolean isAbsolute, IMediaStream stream, java.io.OutputStream out, AMFObj wmsObj, com.wowza.wms.stream.file.PlaylistCursor flvCursor, com.wowza.wms.stream.file.PlaylistWriteControl control, com.wowza.wms.stream.file.PlaylistReaderWriteResults results, long[] sizes, boolean isForceTCZero)voidIMediaWriter. setParent(IMediaStream parent)Set the parent stream for this media write objectvoidMediaStreamMap. setStreamName(IMediaStream stream, String name)Insert live media stream into the mediaStreamMap by name.java.io.FileIMediaStreamFileMapper. streamToFileForRead(IMediaStream stream)Get the File object to read from a stream (get stream name, ext and query from stream object)java.io.FileIMediaStreamFileMapper. streamToFileForRead(IMediaStream stream, String name, String ext, String query)Get the File object to read from a stream (specify name, ext and query)java.io.FileIMediaStreamFileMapper. streamToFileForWrite(IMediaStream stream)Get the File object to write to a stream (get stream name, ext and query from stream object)java.io.FileIMediaStreamFileMapper. streamToFileForWrite(IMediaStream stream, String name, String ext, String query)Get the File object to write to a stream (specify name, ext and query)longMediaStreamMap. streamToIndex(IMediaStream stream)Get the unique stream identifier for a given streamintIMediaReader. writeGeneratedKeyFrame(IMediaStream stream, java.io.OutputStream out, AMFObj wmsObjAudio, AMFObj wmsObjVideo, AMFObj wmsObjData, com.wowza.wms.stream.file.PlaylistCursor flvCursor, com.wowza.wms.stream.file.PlaylistWriteControl control, com.wowza.wms.stream.file.PlaylistReaderWriteResults results, long[] sizes, com.wowza.wms.stream.FastPlaySettings fastPlaySettings, boolean isForceTCZero)From current location in file generate a key frame (enhanced seek) and write it to outintIMediaReader. writePackets(IMediaStream stream, java.io.OutputStream out, AMFObj wmsObjAudio, AMFObj wmsObjVideo, AMFObj wmsObjData, com.wowza.wms.stream.file.PlaylistCursor flvCursor, com.wowza.wms.stream.file.PlaylistWriteControl control, com.wowza.wms.stream.file.PlaylistReaderWriteResults results, long[] sizes, com.wowza.wms.stream.FastPlaySettings fastPlaySettings, boolean isForceTCZero)From current location in file write packets to output
- 
Uses of IMediaStream in com.wowza.wms.stream.liveMethods in com.wowza.wms.stream.live with parameters of type IMediaStream Modifier and Type Method Description voidILivePlayer. init(IMediaStream parent, MediaStreamMap streams)voidILiveReceiver. init(IMediaStream stream)booleanILivePlayer. play(IMediaStream stream)intILivePlayer. play(IMediaStream stream, java.io.OutputStream out, AMFObj wmsObjAudio, AMFObj wmsObjVideo, AMFObj wmsObjData, long[] sizes)
- 
Uses of IMediaStream in com.wowza.wms.stream.livedvrMethods in com.wowza.wms.stream.livedvr that return IMediaStream Modifier and Type Method Description IMediaStreamILiveStreamDvrRecorder. getAndSetStartStream(IMediaStream stream)IMediaStreamILiveStreamDvrRecorder. getStream()Get the current stream that is being recordedMethods in com.wowza.wms.stream.livedvr with parameters of type IMediaStream Modifier and Type Method Description IMediaStreamILiveStreamDvrRecorder. getAndSetStartStream(IMediaStream stream)voidILiveStreamDvrRecorder. handlePacket(IMediaStream stream, AMFPacket packet)Called to handle an incoming packetvoidILiveStreamDvrRecorder. resetStream(IMediaStream stream)Called when something happens that forces the stream to resetbooleanILiveStreamDvrRecorderControl. shouldDvrRecord(String recorderName, IMediaStream stream)Returns true if given string should be recorded.;voidILiveStreamDvrRecorder. startStream(IMediaStream stream)Called when the stream starts
- 
Uses of IMediaStream in com.wowza.wms.stream.livepacketizerMethods in com.wowza.wms.stream.livepacketizer that return IMediaStream Modifier and Type Method Description IMediaStreamILiveStreamPacketizer. getAndSetStartStream(IMediaStream stream)Get the current stream that is being packetizedMethods in com.wowza.wms.stream.livepacketizer with parameters of type IMediaStream Modifier and Type Method Description IMediaStreamILiveStreamPacketizer. getAndSetStartStream(IMediaStream stream)Get the current stream that is being packetizedvoidILiveStreamPacketizer. handlePacket(IMediaStream stream, AMFPacket packet)Called to handle an incoming packetbooleanILiveStreamPacketizerControl. isLiveStreamPacketize(String packetizer, IMediaStream stream)Return true to packetize streamvoidILiveStreamPacketizer. resetStream(IMediaStream stream)Called when something happens that forces the stream to resetvoidILiveStreamPacketizer. startStream(IMediaStream stream)Called when the stream starts
- 
Uses of IMediaStream in com.wowza.wms.stream.livetranscoderMethods in com.wowza.wms.stream.livetranscoder with parameters of type IMediaStream Modifier and Type Method Description voidILiveStreamTranscoder. close(IMediaStream stream)Called when live stream transcoder is stream is closedvoidILiveStreamTranscoder. handleOnMetadata(IMediaStream stream, AMFPacket packet, long timecode, boolean isSetDataFrame)Called for each new onMetaData packetvoidILiveStreamTranscoder. handlePacket(IMediaStream stream, AMFPacket packet)Called for each new source packetvoidILiveStreamTranscoder. init(String streamName, IMediaStream stream, String transcoderName, IApplicationInstance appInstance, com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderItem liveStreamTranscoderItem)Called when live stream transcoder interface is initialized.booleanILiveStreamTranscoderControl. isLiveStreamTranscode(String transcoder, IMediaStream stream)Called each time a new publishing stream is started.voidILiveStreamTranscoderNotify. onLiveStreamTranscoderCreate(ILiveStreamTranscoder liveStreamTranscoder, IMediaStream stream)Triggered when live stream transcoder is created.voidILiveStreamTranscoderNotify. onLiveStreamTranscoderDestroy(ILiveStreamTranscoder liveStreamTranscoder, IMediaStream stream)Triggered when live stream transcoder is destroyed.voidILiveStreamTranscoderNotify. onLiveStreamTranscoderInit(ILiveStreamTranscoder liveStreamTranscoder, IMediaStream stream)Triggered after live stream transcoder is initialized.voidILiveStreamTranscoder. resetStream(IMediaStream stream)Called when source stream changes.voidILiveStreamTranscoder. shutdown(IMediaStream stream)Called when live stream transcoder is shutdown
- 
Uses of IMediaStream in com.wowza.wms.stream.publishMethods in com.wowza.wms.stream.publish that return IMediaStream Modifier and Type Method Description IMediaStreamPublisher. getStream()Get the media stream objectMethods in com.wowza.wms.stream.publish with parameters of type IMediaStream Modifier and Type Method Description voidPublishingProviderMediaReader. getTimeTextedReader(IMediaReader mediaReader, IApplicationInstance appInstance, String mediaName, String mediaExtension, String queryStr, IMediaStream stream)
- 
Uses of IMediaStream in com.wowza.wms.utilMethods in com.wowza.wms.util with parameters of type IMediaStream Modifier and Type Method Description static doubleStreamUtils. getStreamBitrate(IMediaStream stream)Get the approximate bitrate of a media file in bits/per-second.static doubleStreamUtils. getStreamLength(IMediaStream stream)Get the duration of a media file in seconds.static intStreamUtils. packetOutput(java.io.OutputStream out, IMediaStream stream, AMFPacket packet, long timecode, AMFObj wmsObj, byte[] workBuffer, int chunkSize)Packet output.static intStreamUtils. packetOutput(java.io.OutputStream out, IMediaStream stream, AMFPacket packet, long timecode, AMFObj wmsObj, byte[] workBuffer, int chunkSize, boolean referenceWrite)Packet output.
 
-