Package com.wowza.wms.httpstreamer.model
Interface IHTTPStreamerRequestContext
-
public interface IHTTPStreamerRequestContext
-
-
Field Summary
Fields Modifier and Type Field Description static int
CUPERTINO_CHUNKLIST
static int
CUPERTINO_MANIFEST
static int
CUPERTINO_MEDIA
static int
CUPERTINO_SUBTITLE_CHUNK
static int
CUPERTINO_SUBTITLE_LIST
static int
MPEGDASH_DATA
static int
MPEGDASH_MANIFEST
static int
MPEGDASH_MEDIA
static int
MPEGDASH_SUBTITLE_CHUNK
static int
MPEGDASH_TIME
static int
NONE
static int
SANJOSE_MANIFEST
static int
SANJOSE_MEDIA
static int
SMOOTHSTREAMING_AUDIO_FRAGMENT
static int
SMOOTHSTREAMING_DATA_FRAGMENT
static int
SMOOTHSTREAMING_MANIFEST
static int
SMOOTHSTREAMING_VIDEO_FRAGMENT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHTTPRequest
getRequest()
int
getRequestType()
void
setRequest(IHTTPRequest request)
void
setRequestType(int requestType)
-
-
-
Field Detail
-
NONE
static final int NONE
- See Also:
- Constant Field Values
-
CUPERTINO_MANIFEST
static final int CUPERTINO_MANIFEST
- See Also:
- Constant Field Values
-
CUPERTINO_CHUNKLIST
static final int CUPERTINO_CHUNKLIST
- See Also:
- Constant Field Values
-
CUPERTINO_MEDIA
static final int CUPERTINO_MEDIA
- See Also:
- Constant Field Values
-
CUPERTINO_SUBTITLE_LIST
static final int CUPERTINO_SUBTITLE_LIST
- See Also:
- Constant Field Values
-
CUPERTINO_SUBTITLE_CHUNK
static final int CUPERTINO_SUBTITLE_CHUNK
- See Also:
- Constant Field Values
-
SANJOSE_MANIFEST
static final int SANJOSE_MANIFEST
- See Also:
- Constant Field Values
-
SANJOSE_MEDIA
static final int SANJOSE_MEDIA
- See Also:
- Constant Field Values
-
SMOOTHSTREAMING_MANIFEST
static final int SMOOTHSTREAMING_MANIFEST
- See Also:
- Constant Field Values
-
SMOOTHSTREAMING_AUDIO_FRAGMENT
static final int SMOOTHSTREAMING_AUDIO_FRAGMENT
- See Also:
- Constant Field Values
-
SMOOTHSTREAMING_VIDEO_FRAGMENT
static final int SMOOTHSTREAMING_VIDEO_FRAGMENT
- See Also:
- Constant Field Values
-
SMOOTHSTREAMING_DATA_FRAGMENT
static final int SMOOTHSTREAMING_DATA_FRAGMENT
- See Also:
- Constant Field Values
-
MPEGDASH_MANIFEST
static final int MPEGDASH_MANIFEST
- See Also:
- Constant Field Values
-
MPEGDASH_MEDIA
static final int MPEGDASH_MEDIA
- See Also:
- Constant Field Values
-
MPEGDASH_DATA
static final int MPEGDASH_DATA
- See Also:
- Constant Field Values
-
MPEGDASH_SUBTITLE_CHUNK
static final int MPEGDASH_SUBTITLE_CHUNK
- See Also:
- Constant Field Values
-
MPEGDASH_TIME
static final int MPEGDASH_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestType
int getRequestType()
-
setRequestType
void setRequestType(int requestType)
-
getRequest
IHTTPRequest getRequest()
-
setRequest
void setRequest(IHTTPRequest request)
-
-