Variables | |
| static const char * | FLD_REFERRER = "c-referrer" |
| static const char * | FLD_USER_AGENT = "c-user-agent" |
| static const char * | FLD_SERVER_URI = "s-uri" |
| static const char * | FLD_CLIENT_IP = "c-ip" |
| static const char * | FLD_CLIENT_PROTO = "c-proto" |
| static const char * | FLD_READ_ACCESS = "readAccess" |
| static const char * | FLD_WRITE_ACCESS = "writeAccess" |
| static const char * | FLD_READ_LOCK = "readAccessLock" |
| static const char * | FLD_WRITE_LOCK = "writeAccessLock" |
| static const char * | FLD_AUDIO_SAMPLE_ACCESS = "audioSampleAccess" |
| static const char * | FLD_VIDEO_SAMPLE_ACCESS = "videoSampleAccess" |
| static const char * | FLD_AUDIO_SAMPLE_LOCK = "audioSampleAccessLock" |
| static const char * | FLD_VIDEO_SAMPLE_LOCK = "videoSampleAccessLock" |
const char* fms_access::FLD_AUDIO_SAMPLE_ACCESS = "audioSampleAccess" [static] |
Enables Flash Player to access raw, uncompressed audio data from streams in the specified folders.
const char* fms_access::FLD_AUDIO_SAMPLE_LOCK = "audioSampleAccessLock" [static] |
Enables Flash Player to access audio data from streams and prevents the audioSampleAccess property from being called in a server-side script.
const char* fms_access::FLD_CLIENT_IP = "c-ip" [static] |
The client IP address.
const char* fms_access::FLD_CLIENT_PROTO = "c-proto" [static] |
The protocol the client used to request a connection to the server.
const char* fms_access::FLD_READ_ACCESS = "readAccess" [static] |
Sets read access to server folders that contain streams and shared objects.
const char* fms_access::FLD_READ_LOCK = "readAccessLock" [static] |
Sets read access to server folders and prevents the readAccess property from being called by a server-side script.
const char* fms_access::FLD_REFERRER = "c-referrer" [static] |
The URI of the SWF file or the server in which this connection originated.
const char* fms_access::FLD_SERVER_URI = "s-uri" [static] |
The URI of server to which the client is connecting.
const char* fms_access::FLD_USER_AGENT = "c-user-agent" [static] |
The client user-agent string.
const char* fms_access::FLD_VIDEO_SAMPLE_ACCESS = "videoSampleAccess" [static] |
Enables Flash Player to access raw, uncompressed video data from streams in the specified folders.
const char* fms_access::FLD_VIDEO_SAMPLE_LOCK = "videoSampleAccessLock" [static] |
Enables Flash Player to access video data from streams and prevents the videoSampleAccess property from being called in a server-side script.
const char* fms_access::FLD_WRITE_ACCESS = "writeAccess" [static] |
Sets write access to server folders that contain streams and shared objects.
const char* fms_access::FLD_WRITE_LOCK = "writeAccessLock" [static] |
Sets write access to server folders and prevents the writeAccess property from being called by a server-side script.