Player APIs (BrightScript & Ja...
...
Object Reference
Networking Objects
roMediaStreamerEvent
3min
this object is sent by instances of romediastreamer it provides information about the current state of an ip stream being sent by the player ifuserdata setuserdata(user data as object) sets the user data that will be returned when events are raised getuserdata() as object returns the user data that has previously been set via setuserdata() it will return invalid if no data has been set ifmediastreamerevent getevent() as integer returns an integer describing the status of an romediastreamer instance 0 – eos normal the end of the stream has been reached without any errors being detected this signal is not sent if the loop parameter is specified using the r omediastreamer setsource() method 1 – eos error the stream has been aborted prematurely because of an error condition