Interface ICupertinoMediaCasterID3Processor
-
public interface ICupertinoMediaCasterID3Processor
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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)
-
-
-
Method Detail
-
init
void init(IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context)
-
setDebug
void setDebug(boolean debug)
-
getDebug
boolean getDebug()
-
clearID3
void clearID3()
-
processBuffer
int processBuffer(byte[] buffer, int offset, int len)
-
processMetaData
void processMetaData()
-
isID3Available
boolean isID3Available()
-
getID3
java.util.HashMap<String,String> getID3()
-
-