6.1-roShoutcastStream
ON THIS PAGE
Important
The roShoutcastStream object has been deprecated and will be removed in a future version of firmware.
This object enables playback of SHOUTcast streams.
Object Creation: The roShoutcastStream object is created with a URL object, a maximum buffer size (in seconds), and an initial buffering duration (in seconds).
CreateObject("roShoutcastStream", url_transfer As Object, buffer_size As Integer, buffer_duration As Integer)
ifShoutcastStream
GetUrl() As String
Â
GetBufferedDuration() As Integer
Â
GetTimeSinceLastData() As Integer
Â
GetCurrentMetadata() As String
Â
Rebuffer() As Boolean
Â
AsyncSaveBuffer(a As String) As Boolean
Â
RestartBufferRecord() As Boolean
Â
ifMessagePort
SetPort(port As roMessagePort)
Posts messages of type roShoutcastStreamEvent to the attached message port
ifSourceIdentity
GetSourceIdentity() As Integer
Retrieves the identity value that can be used to associate events with the source roShoutcastStream instance.