Package com.wowza.wms.httpstreamer.model
Interface IHTTPStreamerRequestContext
- 
 public interface IHTTPStreamerRequestContext
- 
- 
Field SummaryFields Modifier and Type Field Description static intCUPERTINO_CHUNKLISTstatic intCUPERTINO_MANIFESTstatic intCUPERTINO_MEDIAstatic intCUPERTINO_SUBTITLE_CHUNKstatic intCUPERTINO_SUBTITLE_LISTstatic intMPEGDASH_DATAstatic intMPEGDASH_MANIFESTstatic intMPEGDASH_MEDIAstatic intMPEGDASH_SUBTITLE_CHUNKstatic intMPEGDASH_TIMEstatic intNONEstatic intSANJOSE_MANIFESTstatic intSANJOSE_MEDIAstatic intSMOOTHSTREAMING_AUDIO_FRAGMENTstatic intSMOOTHSTREAMING_DATA_FRAGMENTstatic intSMOOTHSTREAMING_MANIFESTstatic intSMOOTHSTREAMING_VIDEO_FRAGMENT
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IHTTPRequestgetRequest()intgetRequestType()voidsetRequest(IHTTPRequest request)voidsetRequestType(int requestType)
 
- 
- 
- 
Field Detail- 
NONEstatic final int NONE - See Also:
- Constant Field Values
 
 - 
CUPERTINO_MANIFESTstatic final int CUPERTINO_MANIFEST - See Also:
- Constant Field Values
 
 - 
CUPERTINO_CHUNKLISTstatic final int CUPERTINO_CHUNKLIST - See Also:
- Constant Field Values
 
 - 
CUPERTINO_MEDIAstatic final int CUPERTINO_MEDIA - See Also:
- Constant Field Values
 
 - 
CUPERTINO_SUBTITLE_LISTstatic final int CUPERTINO_SUBTITLE_LIST - See Also:
- Constant Field Values
 
 - 
CUPERTINO_SUBTITLE_CHUNKstatic final int CUPERTINO_SUBTITLE_CHUNK - See Also:
- Constant Field Values
 
 - 
SANJOSE_MANIFESTstatic final int SANJOSE_MANIFEST - See Also:
- Constant Field Values
 
 - 
SANJOSE_MEDIAstatic final int SANJOSE_MEDIA - See Also:
- Constant Field Values
 
 - 
SMOOTHSTREAMING_MANIFESTstatic final int SMOOTHSTREAMING_MANIFEST - See Also:
- Constant Field Values
 
 - 
SMOOTHSTREAMING_AUDIO_FRAGMENTstatic final int SMOOTHSTREAMING_AUDIO_FRAGMENT - See Also:
- Constant Field Values
 
 - 
SMOOTHSTREAMING_VIDEO_FRAGMENTstatic final int SMOOTHSTREAMING_VIDEO_FRAGMENT - See Also:
- Constant Field Values
 
 - 
SMOOTHSTREAMING_DATA_FRAGMENTstatic final int SMOOTHSTREAMING_DATA_FRAGMENT - See Also:
- Constant Field Values
 
 - 
MPEGDASH_MANIFESTstatic final int MPEGDASH_MANIFEST - See Also:
- Constant Field Values
 
 - 
MPEGDASH_MEDIAstatic final int MPEGDASH_MEDIA - See Also:
- Constant Field Values
 
 - 
MPEGDASH_DATAstatic final int MPEGDASH_DATA - See Also:
- Constant Field Values
 
 - 
MPEGDASH_SUBTITLE_CHUNKstatic final int MPEGDASH_SUBTITLE_CHUNK - See Also:
- Constant Field Values
 
 - 
MPEGDASH_TIMEstatic final int MPEGDASH_TIME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getRequestTypeint getRequestType() 
 - 
setRequestTypevoid setRequestType(int requestType) 
 - 
getRequestIHTTPRequest getRequest() 
 - 
setRequestvoid setRequest(IHTTPRequest request) 
 
- 
 
-