메소드 |
설명 |
|
call_api ( $method, $uri, $params, &$options ) |
|
|
create_streaming_profile ( $name, array $options = [] ) : Response |
Create a new streaming profile |
|
create_transformation ( $name, $definition, $options = [] ) |
|
|
create_upload_mapping ( $name, $options = [] ) |
|
|
create_upload_preset ( $options = [] ) |
|
|
delete_all_resources ( $options = [] ) |
|
|
delete_derived_resources ( $derived_resource_ids, $options = [] ) |
|
|
delete_resources ( $public_ids, $options = [] ) |
|
|
delete_resources_by_prefix ( $prefix, $options = [] ) |
|
|
delete_resources_by_tag ( $tag, $options = [] ) |
|
|
delete_streaming_profile ( $name, array $options = [] ) : Response |
Delete a streaming profile information. Predefined profiles are restored to the default setting. |
|
delete_transformation ( $transformation, $options = [] ) |
|
|
delete_upload_mapping ( $name, $options = [] ) |
|
|
delete_upload_preset ( $name, $options = [] ) |
|
|
get_streaming_profile ( $name, array $options = [] ) : Response |
Get the information of a single streaming profile |
|
list_streaming_profiles ( array $options = [] ) : Response |
List all streaming profiles associated with the current customer |
|
parse_json_response ( $response ) |
|
|
ping ( $options = [] ) |
|
|
resource ( $public_id, $options = [] ) |
|
|
resource_types ( $options = [] ) |
|
|
resources ( $options = [] ) |
|
|
resources_by_ids ( $public_ids, $options = [] ) |
|
|
resources_by_moderation ( $kind, $status, $options = [] ) |
|
|
resources_by_tag ( $tag, $options = [] ) |
|
|
restore ( $public_ids, $options = [] ) |
|
|
root_folders ( $options = [] ) |
|
|
subfolders ( $of_folder_path, $options = [] ) |
|
|
tags ( $options = [] ) |
|
|
transformation ( $transformation, $options = [] ) |
|
|
transformations ( $options = [] ) |
|
|
update ( $public_id, $options = [] ) |
|
|
update_streaming_profile ( $name, array $options = [] ) : Response |
Update an existing streaming profile |
|
update_transformation ( $transformation, $updates = [], $options = [] ) |
# updates - currently only supported update is the "allowed_for_strict" boolean flag |
|
update_upload_mapping ( $name, $options = [] ) |
|
|
update_upload_preset ( $name, $options = [] ) |
|
|
upload_mapping ( $name, $options = [] ) |
|
|
upload_mappings ( $options = [] ) |
|
|
upload_preset ( $name, $options = [] ) |
|
|
upload_presets ( $options = [] ) |
|
|
usage ( $options = [] ) |
|
|