Package com.wowza.wms.pushpublish.model
Interface IPushPublishHTTPOutputBuilder
- All Known Implementing Classes:
PushPublishHTTPCupertino
,PushPublishHTTPCupertinoAkamaiHandler
,PushPublishHTTPCupertinoCloudStorageHandler
,PushPublishHTTPCupertinoGoogleHandler
,PushPublishHTTPCupertinoWowzaVideoHandler
,com.wowza.video.pushpublish.protocol.cupertino.PushPublishVideoHTTPCupertinoCloudStorageHandler
public interface IPushPublishHTTPOutputBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptioncreateOutputItem
(ILiveStreamPacketizer liveStreamPacketizer, int lastChunkIndex) void
error
(int errorCode) int
getChunkDurationTarget
(ILiveStreamPacketizer liveStreamPacketizer) int
getLastChunkId
(ILiveStreamPacketizer liveStreamPacketizer) getPacketizerLock
(ILiveStreamPacketizer liveStreamPacketizer) boolean
boolean
boolean
void
outputSend
(PushPublishHTTPOutputItem outputItem) void
resetNewPacketizer
(ILiveStreamPacketizer liveStreamPacketizer)
-
Field Details
-
PUSHER_ERROR_LIVEPACKETIZER_NOT_CONFIGURED
static final int PUSHER_ERROR_LIVEPACKETIZER_NOT_CONFIGURED- See Also:
-
PUSHER_ERROR_RENDITIONS_MISCONFIGURED
static final int PUSHER_ERROR_RENDITIONS_MISCONFIGURED- See Also:
-
-
Method Details
-
getAppInstance
IApplicationInstance getAppInstance() -
isDebugLog
boolean isDebugLog() -
getSrcStreamName
String getSrcStreamName() -
getDstStreamName
String getDstStreamName() -
getLiveStreamPacketizerName
String getLiveStreamPacketizerName() -
getPacketizerLock
-
getLastChunkId
-
getChunkDurationTarget
-
resetNewPacketizer
-
createOutputItem
PushPublishHTTPOutputItem createOutputItem(ILiveStreamPacketizer liveStreamPacketizer, int lastChunkIndex) -
outputOpen
boolean outputOpen() -
outputClose
boolean outputClose() -
outputSend
-
error
void error(int errorCode)
-