User Guide

44 Server Management ActionScript Language Reference
getRecordedStreams()
Availability
Flash Player 6.
Flash Media Server 2.
Usage
getRecordedStreams(app_name)
Parameters
app_name A string that contains the name of the application or instance of the application,
in the form
application_name[/instance_name].
Returns
If the call succeeds, the server sends a reply information object with a level property of
status, a code property of NetConnection.Call.Success, and a data property that is an
array of all the recorded stream names. The extended name of a recorded stream is used. The
name is encoded with
keyName*type:streamName, where keyName is the virtual key, type is
the stream type (for example: flv, or mp3), and
streamName is the text name of the stream.
The properties are defined in the following table:
Description
Returns an array containing the names of all the recorded streams currently playing from a
particular instance of an application.
See also
getRecordedStreamStats()
Property Name
streamName
String; name of the recorded stream.
type
String; type of the recorded stream.
keyName
String; virtual key of this recorded stream.