public interface ICupertinoMediaCasterID3Processor
| Modifier and Type | Method | Description |
|---|---|---|
void |
clearID3() |
|
boolean |
getDebug() |
|
java.util.HashMap<String,String> |
getID3() |
|
void |
init(IApplicationInstance appins,
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) |
|
boolean |
isID3Available() |
|
int |
processBuffer(byte[] buffer,
int offset,
int len) |
|
void |
processMetaData() |
|
void |
setDebug(boolean debug) |
void clearID3()
boolean getDebug()
java.util.HashMap<String,String> getID3()
void init(IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context)
boolean isID3Available()
int processBuffer(byte[] buffer,
int offset,
int len)
void processMetaData()
void setDebug(boolean debug)