public interface ICupertinoMediaCasterHolder
| Modifier and Type | Method | Description |
|---|---|---|
void |
addIndexElement(String ElementValue,
long duration) |
Add an Index element to the list
|
boolean |
checkIndexAvailable(String url) |
Check if the URL provided is in this holder
|
String |
getAudioCodec() |
Get the audio codec
|
long |
getCurrentDuration() |
Get the current duration
|
int |
getIndexAudioTag() |
Get the audio tag
|
int |
getIndexBitrate() |
Get the bitrate
|
int |
getIndexBitsPerSample() |
Get the bits per sample
|
int |
getIndexChannel() |
Get the channel count
|
int |
getIndexChunkCount() |
Get the chunk count
|
String |
getIndexCodecPrivateData() |
Get the index codec private data
|
int |
getIndexDisplayHeight() |
Get the display height
|
int |
getIndexDisplayWidth() |
Get the index display width
|
int |
getIndexElementCount() |
Get the element count
|
String |
getIndexFourCC() |
Get the FourCC parameter
|
String |
getIndexGroupID() |
Get the group ID
|
int |
getIndexId() |
Get the index ID
|
String |
getIndexLanguage() |
Get the language
|
int |
getIndexMaxHeight() |
Get the max height
|
int |
getIndexMaxWidth() |
Get the max width
|
String |
getIndexMediaLine() |
Get the media line
|
String |
getIndexName() |
Get the index name
|
int |
getIndexPacketSize() |
Get the index packet size
|
String |
getIndexProgramID() |
Get the program ID
|
String |
getIndexResolution() |
Get the resolution
|
int |
getIndexSampleRate() |
Get the sample rate
|
String |
getIndexType() |
Get the index type
|
String |
getIndexURL() |
Get the URL
|
boolean |
getisLive() |
Get this isLive flag
|
String |
getNextIndexElement() |
Get the next index element
|
String |
getVideoCodec() |
Get the video codec
|
void |
setAudioCodec(String audiocodec) |
Set the audio codec
|
void |
setIndexAudioLocation(String audioLocation) |
Set the audio location
|
void |
setIndexAudioTag(int audiotag) |
Set the audio tag
|
void |
setIndexBitrate(String bitrate) |
Set the bitrate
|
void |
setIndexBitsPerSample(int bitspersample) |
Set the bits per sample
|
void |
setIndexChannel(int channel) |
Set the channel count
|
void |
setIndexChunkCount(int index) |
Set the chunk count
|
void |
setIndexCodecPrivateData(String codecprivatedata) |
Set the index codec private data
|
void |
setIndexCODECS(String completeCodecs) |
Set the codec string
|
void |
setIndexDefault(String defaultSetting) |
Set the default setting
|
void |
setIndexDisplayHeight(int displayheight) |
Set the display height
|
void |
setIndexDisplayWidth(int displaywidth) |
Set the index display width
|
void |
setIndexFourCC(String fourcc) |
Set the FourCC parameter
|
void |
setIndexGroupID(String groupid) |
Set the group ID
|
void |
setIndexId(int index) |
Set the index ID
|
void |
setIndexLanguage(String lang) |
Set the language
|
void |
setIndexMaxHeight(int maxheight) |
Set the max height
|
void |
setIndexMaxWidth(int maxwidth) |
Set the max width
|
void |
setIndexMediaLine(String medialine) |
Set the media line
|
void |
setIndexName(String name) |
Set the index name
|
void |
setIndexPacketSize(int packetsize) |
Set the index packet size
|
void |
setIndexProgramID(String id) |
Set the program ID
|
void |
setIndexResolution(String resolution) |
Set the resolution
|
void |
setIndexSampleRate(int samplerate) |
Set the sample rate
|
void |
setIndexType(String type) |
Set the index type
|
void |
setIndexURL(String url) |
Set the URL
|
void |
setisLive(boolean live) |
Set the isLive flag
|
void |
setVideoCodec(String videocodec) |
Set the video codec
|
void addIndexElement(String ElementValue,
long duration)
ElementValue - duration - boolean checkIndexAvailable(String url)
url - String getAudioCodec()
long getCurrentDuration()
int getIndexAudioTag()
int getIndexBitrate()
int getIndexBitsPerSample()
int getIndexChannel()
int getIndexChunkCount()
String getIndexCodecPrivateData()
int getIndexDisplayHeight()
int getIndexDisplayWidth()
int getIndexElementCount()
String getIndexFourCC()
String getIndexGroupID()
int getIndexId()
String getIndexLanguage()
int getIndexMaxHeight()
int getIndexMaxWidth()
String getIndexMediaLine()
String getIndexName()
int getIndexPacketSize()
String getIndexProgramID()
String getIndexResolution()
int getIndexSampleRate()
String getIndexType()
String getIndexURL()
boolean getisLive()
String getNextIndexElement()
String getVideoCodec()
void setAudioCodec(String audiocodec)
audiocodec - void setIndexAudioLocation(String audioLocation)
audioLocation - void setIndexAudioTag(int audiotag)
audiotag - void setIndexBitrate(String bitrate)
bitrate - void setIndexBitsPerSample(int bitspersample)
bitspersample - void setIndexChannel(int channel)
channel - void setIndexChunkCount(int index)
index - void setIndexCodecPrivateData(String codecprivatedata)
codecprivatedata - void setIndexCODECS(String completeCodecs)
completeCodecs - void setIndexDefault(String defaultSetting)
defaultSetting - void setIndexDisplayHeight(int displayheight)
displayheight - void setIndexDisplayWidth(int displaywidth)
displaywidth - void setIndexFourCC(String fourcc)
fourcc - void setIndexGroupID(String groupid)
groupid - void setIndexId(int index)
index - void setIndexLanguage(String lang)
lang - void setIndexMaxHeight(int maxheight)
maxheight - void setIndexMaxWidth(int maxwidth)
maxwidth - void setIndexMediaLine(String medialine)
medialine - void setIndexName(String name)
name - void setIndexPacketSize(int packetsize)
packetsize - void setIndexProgramID(String id)
id - void setIndexResolution(String resolution)
resolution - void setIndexSampleRate(int samplerate)
samplerate - void setIndexType(String type)
type - void setIndexURL(String url)
url - void setisLive(boolean live)
live - void setVideoCodec(String videocodec)
videocodec -