| F_CLIENT_URI |
The URI the client specified to connect to the server. The value does not include the application name or instance name. |
| F_CLIENT_ID |
A string that uniquely identifies the client (this value is not unique across processes). |
| F_CLIENT_IP |
The client IP address. |
| F_CLIENT_SECURE |
A Boolean value indicating whether a connection is secure (true) or not (false). |
| F_CLIENT_VHOST |
The virtual host of the application the client is connected to. |
| F_CLIENT_REFERRER |
The URL of the SWF file or server where this connection originated. |
| F_CLIENT_PAGE_URL |
The URL of the client SWF file. (This field is set only when clients use Flash Player 8 or 9). |
| F_CLIENT_AMF_ENCODING |
The AMF (Action Message Format) encoding of the client. |
| F_CLIENT_USER_AGENT |
The client user-agent. |
| F_CLIENT_READ_ACCESS |
A string of directories containing application resources (shared objects and streams) to which the client has read access. |
| F_CLIENT_WRITE_ACCESS |
A string of directories containing application resources (shared objects and streams) to which the client has write access. |
| F_CLIENT_READ_ACCESS_LOCK |
A Boolean value preventing a server-side script from setting the Client.readAccess property (true), or not (false). |
| F_CLIENT_WRITE_ACCESS_LOCK |
A Boolean value preventing a server-side script from setting the Client.writeAccess property (true), or not (false). |
| F_CLIENT_AUDIO_CODECS |
A list of audio codecs supported on the client. |
| F_CLIENT_VIDEO_CODECS |
A list of video codecs supported on the client. |
| F_CLIENT_TYPE |
The client type. Possible values are Normal, Group, GroupElement (a client connected through as edge server), Service, All. |
| F_CLIENT_PROTO |
The protocol the client used to connect to the server. |
| F_CLIENT_URI_STEM |
The stem of the URI, without the query. |
| F_APP_URI |
The client URI of the application to which the client connected. The value does not include the server name or port information. |
| F_APP_NAME |
The application name. |
| F_APP_INST |
The application instance name. |
| F_STREAM_NAME |
The stream name. |
| F_STREAM_PATH |
The physical path of the stream on the server. When the plug-in is deployed on an edge server, the physical path of the cache. |
| F_STREAM_TYPE |
The file type of the stream. |
| F_STREAM_LENGTH |
The length of the stream; for stream events other than E_PLAY, use the F_STREAM_SEEK_POSITION, F_SEGMENT_START and F_SEGMENT_END fields. |
| F_STREAM_POSITION |
The position of the stream; for stream events other than E_PLAY, use the F_STREAM_SEEK_POSITION, F_STREAM_PAUSE_TIME, F_SEGMENT_START, and F_SEGMENT_END fields. |
| F_STREAM_IGNORE |
A Boolean value indicating whether to ignore timestamps (true), or not (false). |
| F_STREAM_RESET |
A Boolean value indicating whether to allow adding a stream to a playlist (true), or not (false); for stream events other than E_PLAY, use F_STREAM_PUBLISH_TYPE. |
| F_STREAM_QUERY |
A query appended to a stream, for example, streamName?streamQuery. |
| F_CLIENT_AUDIO_SAMPLE_ACCESS |
Gives the client access to raw, uncompressed audio data from streams in the specified folders. |
| F_CLIENT_VIDEO_SAMPLE_ACCESS |
Gives the client access to raw, uncompressed video data from streams in the specified folders. |
| F_CLIENT_AUDIO_SAMPLE_ACCESS_LOCK |
A Boolean value preventing a server-side script from setting the Client.audioSampleAccess property (true), or not (false). |
| F_CLIENT_VIDEO_SAMPLE_ACCESS_LOCK |
A Boolean value preventing a server-side script from setting the Client.videoSampleAccess property (true), or not (false). |
| F_CLIENT_REDIRECT_URI |
A URI to redirect the connection to. |
| F_STREAM_PAUSE |
A Boolean value indicating whether to pause or unpause; available in E_PAUSE only. |
| F_STREAM_PAUSE_TIME |
The time at which a stream is paused; available in E_PAUSE only. |
| F_STREAM_PAUSE_TOGGLE |
The stream pause toggle; available in E_PAUSE only. |
| F_STREAM_SEEK_POSITION |
The position to which the stream should seek; available in E_SEEK only. |
| F_STREAM_PUBLISH_TYPE |
The stream publishing type (available for E_PUBLISH only): 0 for record, 1 for record and append to existing stream, -1 for live. |
| F_STREAM_PUBLISH_BROADCAST |
Broadcast or multicast; currently not supported. |
| F_SEGMENT_START |
The segment start boundary in bytes; available in E_LOADSEGMENT only. |
| F_SEGMENT_END |
The segment end boundary in bytes; available in E_LOADSEGMENT only. |
| F_MAXFIELD |
The total number of fields in the enum field. |