| Package | Description |
|---|---|
| com.wowza.wms.mediacaster.cupertino |
| Modifier and Type | Method | Description |
|---|---|---|
ICupertinoMediaCasterHolder |
ICupertinoMediaCasterHolders.getCupertinoAudioIndex(int indexposition) |
Get the CupertinoCaster holder from audio index by position
|
ICupertinoMediaCasterHolder |
ICupertinoMediaCasterHolders.getCupertinoVideoIndex(int indexposition) |
Get the CupertinoCaster holder from video index by position
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ICupertinoMediaCasterHolders.addAudioIndex(ICupertinoMediaCasterHolder thisHolder) |
Add a CupertinoCasterHolder to the audio index
|
void |
ICupertinoMediaCasterHolders.addVideoIndex(ICupertinoMediaCasterHolder thisHolder) |
Add a CupertinoCasterHolder to the video index
|
String |
ICupertinoMediaCasterManageStreamName.getStreamName(String inputName,
int streamsSize,
int count,
ICupertinoMediaCasterHolder inboundStreamInformation) |
Called when a new stream is being created by the Apple HLS ingestion code
|
int |
ICupertinoMediaCasterPlaylistParser.parseCupertinoChunklist(String baseurl,
String chunklist,
ICupertinoMediaCasterHolder holder,
int indexpos) |
Parses a specific chunklist found in the main manifest via the chunklist string provided
In order to support absolute URIs the baseurl used to retrieve the manifest is also made available.
|