Interface ICupertinoMediaCasterHolders
public interface ICupertinoMediaCasterHolders
ICupertinoMediaCasterHolders
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAudioIndex
(ICupertinoMediaCasterHolder thisHolder) Add a CupertinoCasterHolder to the audio indexvoid
addVideoIndex
(ICupertinoMediaCasterHolder thisHolder) Add a CupertinoCasterHolder to the video indexvoid
Clear this holderGet the audio bitrates for the objectint
Get the audio countint
Get the AudioSegmentID for this objectgetCupertinoAudioIndex
(int indexposition) Get the CupertinoCaster holder from audio index by positiongetCupertinoVideoIndex
(int indexposition) Get the CupertinoCaster holder from video index by positionboolean
Get this isLive flagGet the manifest URLGet the session ID for this objectGet the video bitrates for the objectint
Get the video countint
Get the VideoSegmentID for this objectvoid
init
(WMSProperties props) Initialize this objectvoid
setAudioSegmentID
(int segment) Set the AudioSegmentID for this objectvoid
setExtVersion
(int extversion) Set the EXT version for this objectvoid
setisLive
(boolean live) Set the isLive flagvoid
setManifestURL
(String url) Set the manifest URLvoid
setSessionID
(String session) Set the session ID for this objectvoid
setVideoSegmentID
(int segment) Set the VideoSegmentID for this object
-
Method Details
-
init
Initialize this object- Parameters:
props
-
-
setSessionID
Set the session ID for this object- Parameters:
session
-
-
getSessionID
String getSessionID()Get the session ID for this object- Returns:
- String
-
getisLive
boolean getisLive()Get this isLive flag- Returns:
- boolean
-
setisLive
void setisLive(boolean live) Set the isLive flag- Parameters:
live
-
-
setExtVersion
void setExtVersion(int extversion) Set the EXT version for this object- Parameters:
extversion
-
-
setAudioSegmentID
void setAudioSegmentID(int segment) Set the AudioSegmentID for this object- Parameters:
segment
-
-
getAudioSegmentID
int getAudioSegmentID()Get the AudioSegmentID for this object- Returns:
- int
-
setVideoSegmentID
void setVideoSegmentID(int segment) Set the VideoSegmentID for this object- Parameters:
segment
-
-
getVideoSegmentID
int getVideoSegmentID()Get the VideoSegmentID for this object- Returns:
- int
-
getManifestURL
String getManifestURL()Get the manifest URL- Returns:
- String
-
setManifestURL
Set the manifest URL- Parameters:
url
-
-
clearCupertinoHolder
void clearCupertinoHolder()Clear this holder -
addAudioIndex
Add a CupertinoCasterHolder to the audio index- Parameters:
thisHolder
-
-
addVideoIndex
Add a CupertinoCasterHolder to the video index- Parameters:
thisHolder
-
-
getVideoCount
int getVideoCount()Get the video count- Returns:
- int
-
getAudioCount
int getAudioCount()Get the audio count- Returns:
- int
-
getCupertinoAudioIndex
Get the CupertinoCaster holder from audio index by position- Parameters:
indexposition
-- Returns:
- ICupertinoMediaCasterHolder
-
getCupertinoVideoIndex
Get the CupertinoCaster holder from video index by position- Parameters:
indexposition
-- Returns:
- ICupertinoMediaCasterHolder
-
getVideoBitrates
Get the video bitrates for the object- Returns:
- ArrayList
-
getAudioBitrates
Get the audio bitrates for the object- Returns:
- ArrayList
-