Interface ICupertinoMediaCasterHolders
- 
 public interface ICupertinoMediaCasterHoldersICupertinoMediaCasterHolders
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAudioIndex(ICupertinoMediaCasterHolder thisHolder)Add a CupertinoCasterHolder to the audio indexvoidaddVideoIndex(ICupertinoMediaCasterHolder thisHolder)Add a CupertinoCasterHolder to the video indexvoidclearCupertinoHolder()Clear this holderjava.util.ArrayList<Integer>getAudioBitrates()Get the audio bitrates for the objectintgetAudioCount()Get the audio countintgetAudioSegmentID()Get the AudioSegmentID for this objectICupertinoMediaCasterHoldergetCupertinoAudioIndex(int indexposition)Get the CupertinoCaster holder from audio index by positionICupertinoMediaCasterHoldergetCupertinoVideoIndex(int indexposition)Get the CupertinoCaster holder from video index by positionbooleangetisLive()Get this isLive flagStringgetManifestURL()Get the manifest URLStringgetSessionID()Get the session ID for this objectjava.util.ArrayList<Integer>getVideoBitrates()Get the video bitrates for the objectintgetVideoCount()Get the video countintgetVideoSegmentID()Get the VideoSegmentID for this objectvoidinit(WMSProperties props)Initialize this objectvoidsetAudioSegmentID(int segment)Set the AudioSegmentID for this objectvoidsetExtVersion(int extversion)Set the EXT version for this objectvoidsetisLive(boolean live)Set the isLive flagvoidsetManifestURL(String url)Set the manifest URLvoidsetSessionID(String session)Set the session ID for this objectvoidsetVideoSegmentID(int segment)Set the VideoSegmentID for this object
 
- 
- 
- 
Method Detail- 
initvoid init(WMSProperties props) Initialize this object- Parameters:
- props-
 
 - 
setSessionIDvoid setSessionID(String session) Set the session ID for this object- Parameters:
- session-
 
 - 
getSessionIDString getSessionID() Get the session ID for this object- Returns:
- String
 
 - 
getisLiveboolean getisLive() Get this isLive flag- Returns:
- boolean
 
 - 
setisLivevoid setisLive(boolean live) Set the isLive flag- Parameters:
- live-
 
 - 
setExtVersionvoid setExtVersion(int extversion) Set the EXT version for this object- Parameters:
- extversion-
 
 - 
setAudioSegmentIDvoid setAudioSegmentID(int segment) Set the AudioSegmentID for this object- Parameters:
- segment-
 
 - 
getAudioSegmentIDint getAudioSegmentID() Get the AudioSegmentID for this object- Returns:
- int
 
 - 
setVideoSegmentIDvoid setVideoSegmentID(int segment) Set the VideoSegmentID for this object- Parameters:
- segment-
 
 - 
getVideoSegmentIDint getVideoSegmentID() Get the VideoSegmentID for this object- Returns:
- int
 
 - 
getManifestURLString getManifestURL() Get the manifest URL- Returns:
- String
 
 - 
setManifestURLvoid setManifestURL(String url) Set the manifest URL- Parameters:
- url-
 
 - 
clearCupertinoHoldervoid clearCupertinoHolder() Clear this holder
 - 
addAudioIndexvoid addAudioIndex(ICupertinoMediaCasterHolder thisHolder) Add a CupertinoCasterHolder to the audio index- Parameters:
- thisHolder-
 
 - 
addVideoIndexvoid addVideoIndex(ICupertinoMediaCasterHolder thisHolder) Add a CupertinoCasterHolder to the video index- Parameters:
- thisHolder-
 
 - 
getVideoCountint getVideoCount() Get the video count- Returns:
- int
 
 - 
getAudioCountint getAudioCount() Get the audio count- Returns:
- int
 
 - 
getCupertinoAudioIndexICupertinoMediaCasterHolder getCupertinoAudioIndex(int indexposition) Get the CupertinoCaster holder from audio index by position- Parameters:
- indexposition-
- Returns:
- ICupertinoMediaCasterHolder
 
 - 
getCupertinoVideoIndexICupertinoMediaCasterHolder getCupertinoVideoIndex(int indexposition) Get the CupertinoCaster holder from video index by position- Parameters:
- indexposition-
- Returns:
- ICupertinoMediaCasterHolder
 
 - 
getVideoBitratesjava.util.ArrayList<Integer> getVideoBitrates() Get the video bitrates for the object- Returns:
- ArrayList
 
 - 
getAudioBitratesjava.util.ArrayList<Integer> getAudioBitrates() Get the audio bitrates for the object- Returns:
- ArrayList
 
 
- 
 
-