Interface ICupertinoMediaCasterID3Processor
public interface ICupertinoMediaCasterID3Processor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearID3()
boolean
getDebug()
getID3()
void
init
(IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) boolean
int
processBuffer
(byte[] buffer, int offset, int len) void
void
setDebug
(boolean debug)
-
Method Details
-
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
-