Chilkat Examples

ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual FoxProXojo Plugin

Mono C# Web API Examples

Primary Categories

ABN AMRO
AWS Secrets Manager
AWS Security Token Service
AWS Translate
Activix CRM
Adyen
Alibaba Cloud OSS
Amazon Cognito
Amazon DynamoDB
Amazon MWS
Amazon Pay
Amazon Rekognition
Amazon SP-API
Amazon Voice ID
Aruba Fatturazione
Azure Maps
Azure Monitor
Azure OAuth2
Azure Storage Accounts
Backblaze S3
Banco Inter
Belgian eHealth Platform
Bitfinex v2 REST
Bluzone
BrickLink
Bunny CDN
CallRail
CardConnect
Cerved
ClickBank
Clickatell
Cloudfare
Constant Contact
DocuSign
Duo Auth MFA
ETrade
Ecwid
Egypt ITIDA
Egypt eReceipt
Etsy
Facebook
Faire
Frame.io
GeoOp
GetHarvest
Global Payments
Google People
Google Search Console
Google Translate
Hungary NAV Invoicing
IBM Text to Speech
Ibanity
IntakeQ
Jira
Lightspeed
MYOB
Magento
Mailgun
Mastercard

MedTunnel
MercadoLibre
MessageMedia
Microsoft Calendar
Microsoft Group
Microsoft Tasks and Plans
Microsoft Teams
Moody's
Okta OAuth/OIDC
OneLogin OIDC
OneNote
OpenAI ChatGPT
PRODA
PayPal
Paynow.pl
Peoplevox
Populi
QuickBooks
Rabobank
Refinitiv
Royal Mail OBA
SCiS Schools Catalogue
SII Chile
SMSAPI
SOAP finkok.com
SendGrid
Shippo
Shopify
Shopware
Shopware 6
SimpleTexting
Square
Stripe
SugarCRM
TicketBAI
Trello
Twilio
Twitter API v2
Twitter v1
UPS
UniPin
VoiceBase
Vonage
WaTrend
Walmart v3
Wasabi
WhatsApp
WiX
WooCommerce
WordPress
Xero
Yahoo Mail
Yapily
Yousign
ZATCA
Zendesk
Zoom
_Miscellaneous_
eBay
effectconnect
hacienda.go.cr

 

 

 

(Mono C#) Frame.io - Get Root Asset ID

Using the returned team_id, fetch the Projects accessible to your team. Each Project returned contains the root_asset_id in the response body. You may see one or multiple Projects returned in the resulting response:

For more information, see https://docs.frame.io/docs/root-asset-ids

Chilkat .NET Downloads

Chilkat .NET Assemblies

Chilkat for .NET Core

Chilkat for Mono

// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

Chilkat.Http http = new Chilkat.Http();
bool success;

// Implements the following CURL command:

// curl \
//     -H "Authorization: Bearer <FRAME_IO_DEV_TOKEN>" \
//     https://api.frame.io/v2/teams/<TEAM_ID>/projects

// Use the following online tool to generate HTTP code from a CURL command
// Convert a cURL Command to HTTP Source Code

// Adds the "Authorization: Bearer <FRAME_IO_DEV_TOKEN>" header.
http.AuthToken = "<FRAME_IO_DEV_TOKEN>";

http.SetUrlVar("team_id","95a5fbad-688d-46fc-aef1-2f011dd76c10");

Chilkat.StringBuilder sbResponseBody = new Chilkat.StringBuilder();
success = http.QuickGetSb("https://api.frame.io/v2/teams/{$team_id}/projects",sbResponseBody);
if (success == false) {
    Debug.WriteLine(http.LastErrorText);
    return;
}

Chilkat.JsonObject jResp = new Chilkat.JsonObject();
jResp.LoadSb(sbResponseBody);
jResp.EmitCompact = false;

Debug.WriteLine("Response Body:");
Debug.WriteLine(jResp.Emit());

int respStatusCode = http.LastStatus;
Debug.WriteLine("Response Status Code = " + Convert.ToString(respStatusCode));
if (respStatusCode >= 400) {
    Debug.WriteLine("Response Header:");
    Debug.WriteLine(http.LastHeader);
    Debug.WriteLine("Failed.");
    return;
}

// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)

// {
//   "_type": "project",
//   "archive_status": "standard",
//   "archived_at": null,
//   "archived_file_count": 0,
//   "archived_storage": 0,
//   "collaborator_count": 1,
//   "deleted_at": null,
//   "description": null,
//   "file_count": 0,
//   "folder_count": 0,
//   "id": "e76653c4-6cc0-4c47-936b-f7885b477dc0",
//   "ignore_archive": false,
//   "inserted_at": "2020-08-18T02:20:13.182739Z",
//   "invite_url": null,
//   "name": "Demo Project",
//   "owner_id": "34b4f98a-7cc9-4159-8f46-c7c3d837fc6f",
//   "private": false,
//   "project_preferences": {
//     "_type": "project_preference",
//     "collaborator_can_download": true,
//     "collaborator_can_invite": true,
//     "collaborator_can_share": false,
//     "deleted_at": null,
//     "id": null,
//     "inserted_at": null,
//     "notify_on_new_asset": true,
//     "notify_on_new_collaborator": true,
//     "notify_on_new_comment": true,
//     "notify_on_new_mention": true,
//     "notify_on_updated_label": true,
//     "notify_slack": false,
//     "project_id": null,
//     "updated_at": null,
//     "user_id": null
//   },
//   "read_only": false,
//   "resource_id": "084f0074-dc55-426f-9006-1c5b61e9a73c",
//   "root_asset": {
//     "cover_asset_id": "ea9801c1-63e3-42a9-bfb4-88069bc78a58",
//     "updated_at": "2020-08-18T02:20:14.443053Z",
//     "filesize": 0,
//     "team_id": "95a5fbad-688d-46fc-aef1-2f011dd76c10",
//     "public_item_count": 0,
//     "archived_at": null,
//     "description": null,
//     "parent_id": "e76653c4-6cc0-4c47-936b-f7885b477dc0",
//     "index": 0.0,
//     "shared": false,
//     "comment_count": 0,
//     "filetype": null,
//     "archive_scheduled_at": null,
//     "name": "root",
//     "versions": 0,
//     "hard_deleted_at": null,
//     "uploaded_at": null,
//     "resource_id": "b9d8f9cc-6c47-46a2-b5c9-42c28daa41f4",
//     "checksums": null,
//     "label": "none",
//     "duration": null,
//     "properties": null,
//     "cover_asset": {
//       "frame_thumb": null,
//       "image_full": "https://frameio-assets-production.s3-accelerate.amazonaws.com/image/b0185958...941c453b",
//       "image_small": "https://frameio-assets-production.s3-accelerate.amazonaws.com/image/b0185958...3a7c601",
//       "webm_720": null,
//       "hls_manifest": "https://stream.frame.io/manifest/hls/master?token=eyJ0e...ESPlqY",
//       "cover_asset_id": null,
//       "upload_completed_at": "2019-01-31T21:05:00.166807Z",
//       "frame_custom": null,
//       "updated_at": "2020-08-18T02:20:13.248074Z",
//       "thumb_scrub": "https://frameio-assets-production.s3-accelerate.amazonaws.com/scrub/b0185958...0258415",
//       "filesize": 324818296,
//       "h264_2160": null,
//       "status": "transcoded",
//       "page_full": null,
//       "team_id": "95a5fbad-688d-46fc-aef1-2f011dd76c10",
//       "h264_1080_best": "https://frameio-assets-production.s3-accelerate.amazonaws.com/encode/b0185958...13c2d534",
//       "webm_360": null,
//       "video_h265_180": null,
//       "public_item_count": null,
//       "archived_at": null,
//       "description": null,
//       "parent_id": "4ecb383f-71a8-4233-b665-d8f75136f554",
//       "frame_cover": null,
//       "downloads": {
//         "h264_1080_best": "https://frameio-assets-production.s3-accelerate.amazonaws.com/encode/b0185958...0f5b62e",
//         "h264_2160": null,
//         "h264_360": "https://frameio-assets-production.s3-accelerate.amazonaws.com/encode/b0185958...67e39fa",
//         "h264_540": "https://frameio-assets-production.s3-accelerate.amazonaws.com/encode/b0185958...11c49",
//         "h264_720": "https://frameio-assets-production.s3-accelerate.amazonaws.com/encode/b0185958...645a6b2",
//         "image_full": "https://frameio-assets-production.s3-accelerate.amazonaws.com/image/b0185958...9c9ba3",
//         "image_high": null,
//         "image_small": "https://frameio-assets-production.s3-accelerate.amazonaws.com/image/b0185958...b27a62f51"
//       },
//       "webm_1080_best": null,
//       "index": -6.0,
//       "shared": true,
//       "thumb_540": "https://frameio-assets-production.s3-accelerate.amazonaws.com/video-thumbnail/b0185958...f475f2c4",
//       "required_transcodes": [
//         "cover",
//         "h264_1080_best",
//         "h264_360",
//         "h264_540",
//         "h264_720",
//         "image_full",
//         "thumb",
//         "thumb_540",
//         "thumb_scrub"
//       ],
//       "thumb_orig_ar_540": null,
//       "comment_count": 4,
//       "h264_720": "https://frameio-assets-production.s3-accelerate.amazonaws.com/encode/b0185958...4bdb2",
//       "filetype": "video/mp4",
//       "archive_scheduled_at": null,
//       "name": "60 Second Cut.mp4",
//       "versions": 0,
//       "hard_deleted_at": null,
//       "page_thumb": null,
//       "uploaded_at": "2019-01-31T21:02:51.933691Z",
//       "resource_id": "771257e3-bdd0-4143-8ca6-ac17a0cfbf04",
//       "timecode": null,
//       "transcode_statuses": {
//         "cover": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 70439,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": null,
//           "width": null
//         },
//         "h264_1080_best": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 27454966,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": {
//             "id": "69751009-0f67-47bd-af04-c5e0308275e4",
//             "image": false,
//             "text": false
//           },
//           "width": null
//         },
//         "h264_360": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 9428415,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": {
//             "id": "18c972ab-303c-4e62-9401-c568d816ead0",
//             "image": false,
//             "text": false
//           },
//           "width": null
//         },
//         "h264_540": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 15124961,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": {
//             "id": "3020e1b7-f352-4d81-a5f7-7e54a383bce0",
//             "image": false,
//             "text": false
//           },
//           "width": null
//         },
//         "h264_720": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 20408545,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": {
//             "id": "445b9dcc-0cf7-48ae-843c-5d8f8444f78b",
//             "image": false,
//             "text": false
//           },
//           "width": null
//         },
//         "image_full": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 83611,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": {
//             "id": "868e3f16-ee1d-4801-ae8d-f3aa45c48244",
//             "image": false,
//             "text": false
//           },
//           "width": null
//         },
//         "image_small": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 11536,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": {
//             "id": "a589f2c8-3163-4e00-8188-915983ca5c69",
//             "image": false,
//             "text": false
//           },
//           "width": null
//         },
//         "thumb": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 5372,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": null,
//           "width": null
//         },
//         "thumb_540": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 639200,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": null,
//           "width": null
//         },
//         "thumb_scrub": {
//           "codec": null,
//           "duration": null,
//           "encode_status": "success",
//           "encode_time": null,
//           "error": null,
//           "filesize": 222692,
//           "fps": null,
//           "height": null,
//           "language": null,
//           "num_channels": null,
//           "num_frames": null,
//           "storage_class": "regular",
//           "watermark": null,
//           "width": null
//         }
//       },
//       "checksums": null,
//       "original": "https://frameio-uploads-production.s3-accelerate.amazonaws.com/uploads/b0185958...bd9da6a8",
//       "label": "none",
//       "h265_hdr_2160": null,
//       "duration": 53.930667,
//       "properties": null,
//       "_type": "file",
//       "thumb": "https://frameio-assets-production.s3-accelerate.amazonaws.com/video-thumbnail/b0185958...04c1e998",
//       "is_360": false,
//       "private": false,
//       "page_small": null,
//       "type": "file",
//       "audio_tracks": null,
//       "asset_type": "stream",
//       "is_session_watermarked": false,
//       "archive_status": null,
//       "image_high": null,
//       "project_id": "e76653c4-6cc0-4c47-936b-f7885b477dc0",
//       "is_hls_required": false,
//       "subtitle_tracks": null,
//       "waveform": null,
//       "creator_id": "c36e05d8-6bad-42ed-ae7a-c922ac7157b1",
//       "includes": [
//         "video",
//         "audio"
//       ],
//       "h265_hdr_1080": null,
//       "autoversion_id": null,
//       "sha256": null,
//       "transcodes": {
//         "_type": "transcode_state",
//         "codec": "AVC",
//         "id": "85b2f3b8-14ff-4a87-bebe-0e4f39045492",
//         "original_height": 1080,
//         "original_width": 1920,
//         "resolutions": [
//           1080,
//           720,
//           540,
//           360
//         ],
//         "thumb_height": 135,
//         "thumb_state": "media",
//         "thumb_width": 240,
//         "thumbs": 50,
//         "total_audio_tracks": null
//       },
//       "cover": "https://frameio-assets-production.s3-accelerate.amazonaws.com/video-cover/b0185958...dd94b623",
//       "fps": 23.976,
//       "frames": 1292,
//       "account_id": "b1cd046b-a3bf-4ef8-81a6-0afd74ecc455",
//       "h264_540": "https://frameio-assets-production.s3-accelerate.amazonaws.com/encode/b0185958...dc70e1cd4d8",
//       "rating": null,
//       "transcoded_at": "2019-01-31T21:07:30.490202Z",
//       "h264_360": "https://frameio-assets-production.s3-accelerate.amazonaws.com/encode/b0185958...febcd42b4",
//       "source": null,
//       "id": "5cb9fda5-dbdf-43c8-a0ef-69e1ae323fd9",
//       "copy": true,
//       "view_count": 23,
//       "deleted_at": null,
//       "page_high": null,
//       "user_permissions": {
//         "can_download": true,
//         "can_modify_template": false,
//         "can_public_share_presentation": true,
//         "can_public_share_review_link": true,
//         "can_share_downloadable_presentation": true,
//         "can_share_downloadable_review_link": true,
//         "can_share_unwatermarked_presentation": true,
//         "can_share_unwatermarked_review_link": true
//       },
//       "webm_540": null,
//       "item_count": 0,
//       "inserted_at": "2020-08-18T02:20:13.248074Z",
//       "archive_from": "2020-08-18T02:20:13.248074Z"
//     },
//     "_type": "folder",
//     "is_360": false,
//     "private": false,
//     "type": "folder",
//     "audio_tracks": null,
//     "is_session_watermarked": false,
//     "archive_status": null,
//     "project_id": "e76653c4-6cc0-4c47-936b-f7885b477dc0",
//     "is_hls_required": false,
//     "subtitle_tracks": null,
//     "creator_id": "34b4f98a-7cc9-4159-8f46-c7c3d837fc6f",
//     "autoversion_id": null,
//     "fps": null,
//     "frames": 0,
//     "account_id": "b1cd046b-a3bf-4ef8-81a6-0afd74ecc455",
//     "rating": null,
//     "id": "4ecb383f-71a8-4233-b665-d8f75136f554",
//     "copy": false,
//     "deleted_at": null,
//     "user_permissions": {
//       "can_download": true,
//       "can_modify_template": false,
//       "can_public_share_presentation": true,
//       "can_public_share_review_link": true,
//       "can_share_downloadable_presentation": true,
//       "can_share_downloadable_review_link": true,
//       "can_share_unwatermarked_presentation": true,
//       "can_share_unwatermarked_review_link": true
//     },
//     "item_count": 5,
//     "inserted_at": "2020-08-18T02:20:13.192042Z"
//   },
//   "root_asset_id": "4ecb383f-71a8-4233-b665-d8f75136f554",
//   "shared": false,
//   "storage": 0,
//   "team_id": "95a5fbad-688d-46fc-aef1-2f011dd76c10",
//   "updated_at": "2020-08-18T02:20:14.428106Z",
//   "user_permissions": {
//     "can_download": true,
//     "can_modify_template": false,
//     "can_public_share_presentation": true,
//     "can_public_share_review_link": true,
//     "can_share_downloadable_presentation": true,
//     "can_share_downloadable_review_link": true,
//     "can_share_unwatermarked_presentation": true,
//     "can_share_unwatermarked_review_link": true
//   },
//   "user_preferences": null
// }

// Sample code for parsing the JSON response...
// Use the following online tool to generate parsing code from sample JSON:
// Generate Parsing Code from JSON

string strVal;
int intVal;

string v_type = jResp.StringOf("_type");
string archive_status = jResp.StringOf("archive_status");
string archived_at = jResp.StringOf("archived_at");
int archived_file_count = jResp.IntOf("archived_file_count");
int archived_storage = jResp.IntOf("archived_storage");
int collaborator_count = jResp.IntOf("collaborator_count");
string deleted_at = jResp.StringOf("deleted_at");
string description = jResp.StringOf("description");
int file_count = jResp.IntOf("file_count");
int folder_count = jResp.IntOf("folder_count");
string id = jResp.StringOf("id");
bool ignore_archive = jResp.BoolOf("ignore_archive");
string inserted_at = jResp.StringOf("inserted_at");
string invite_url = jResp.StringOf("invite_url");
string name = jResp.StringOf("name");
string owner_id = jResp.StringOf("owner_id");
bool v_private = jResp.BoolOf("private");
string project_preferences_type = jResp.StringOf("project_preferences._type");
bool project_preferencesCollaborator_can_download = jResp.BoolOf("project_preferences.collaborator_can_download");
bool project_preferencesCollaborator_can_invite = jResp.BoolOf("project_preferences.collaborator_can_invite");
bool project_preferencesCollaborator_can_share = jResp.BoolOf("project_preferences.collaborator_can_share");
string project_preferencesDeleted_at = jResp.StringOf("project_preferences.deleted_at");
string project_preferencesId = jResp.StringOf("project_preferences.id");
string project_preferencesInserted_at = jResp.StringOf("project_preferences.inserted_at");
bool project_preferencesNotify_on_new_asset = jResp.BoolOf("project_preferences.notify_on_new_asset");
bool project_preferencesNotify_on_new_collaborator = jResp.BoolOf("project_preferences.notify_on_new_collaborator");
bool project_preferencesNotify_on_new_comment = jResp.BoolOf("project_preferences.notify_on_new_comment");
bool project_preferencesNotify_on_new_mention = jResp.BoolOf("project_preferences.notify_on_new_mention");
bool project_preferencesNotify_on_updated_label = jResp.BoolOf("project_preferences.notify_on_updated_label");
bool project_preferencesNotify_slack = jResp.BoolOf("project_preferences.notify_slack");
string project_preferencesProject_id = jResp.StringOf("project_preferences.project_id");
string project_preferencesUpdated_at = jResp.StringOf("project_preferences.updated_at");
string project_preferencesUser_id = jResp.StringOf("project_preferences.user_id");
bool read_only = jResp.BoolOf("read_only");
string resource_id = jResp.StringOf("resource_id");
string root_assetCover_asset_id = jResp.StringOf("root_asset.cover_asset_id");
string root_assetUpdated_at = jResp.StringOf("root_asset.updated_at");
int root_assetFilesize = jResp.IntOf("root_asset.filesize");
string root_assetTeam_id = jResp.StringOf("root_asset.team_id");
int root_assetPublic_item_count = jResp.IntOf("root_asset.public_item_count");
string root_assetArchived_at = jResp.StringOf("root_asset.archived_at");
string root_assetDescription = jResp.StringOf("root_asset.description");
string root_assetParent_id = jResp.StringOf("root_asset.parent_id");
string root_assetIndex = jResp.StringOf("root_asset.index");
bool root_assetShared = jResp.BoolOf("root_asset.shared");
int root_assetComment_count = jResp.IntOf("root_asset.comment_count");
string root_assetFiletype = jResp.StringOf("root_asset.filetype");
string root_assetArchive_scheduled_at = jResp.StringOf("root_asset.archive_scheduled_at");
string root_assetName = jResp.StringOf("root_asset.name");
int root_assetVersions = jResp.IntOf("root_asset.versions");
string root_assetHard_deleted_at = jResp.StringOf("root_asset.hard_deleted_at");
string root_assetUploaded_at = jResp.StringOf("root_asset.uploaded_at");
string root_assetResource_id = jResp.StringOf("root_asset.resource_id");
string root_assetChecksums = jResp.StringOf("root_asset.checksums");
string root_assetLabel = jResp.StringOf("root_asset.label");
string root_assetDuration = jResp.StringOf("root_asset.duration");
string root_assetProperties = jResp.StringOf("root_asset.properties");
string root_assetCover_assetFrame_thumb = jResp.StringOf("root_asset.cover_asset.frame_thumb");
string root_assetCover_assetImage_full = jResp.StringOf("root_asset.cover_asset.image_full");
string root_assetCover_assetImage_small = jResp.StringOf("root_asset.cover_asset.image_small");
string root_assetCover_assetWebm_720 = jResp.StringOf("root_asset.cover_asset.webm_720");
string root_assetCover_assetHls_manifest = jResp.StringOf("root_asset.cover_asset.hls_manifest");
string root_assetCover_assetCover_asset_id = jResp.StringOf("root_asset.cover_asset.cover_asset_id");
string root_assetCover_assetUpload_completed_at = jResp.StringOf("root_asset.cover_asset.upload_completed_at");
string root_assetCover_assetFrame_custom = jResp.StringOf("root_asset.cover_asset.frame_custom");
string root_assetCover_assetUpdated_at = jResp.StringOf("root_asset.cover_asset.updated_at");
string root_assetCover_assetThumb_scrub = jResp.StringOf("root_asset.cover_asset.thumb_scrub");
int root_assetCover_assetFilesize = jResp.IntOf("root_asset.cover_asset.filesize");
string root_assetCover_assetH264_2160 = jResp.StringOf("root_asset.cover_asset.h264_2160");
string root_assetCover_assetStatus = jResp.StringOf("root_asset.cover_asset.status");
string root_assetCover_assetPage_full = jResp.StringOf("root_asset.cover_asset.page_full");
string root_assetCover_assetTeam_id = jResp.StringOf("root_asset.cover_asset.team_id");
string root_assetCover_assetH264_1080_best = jResp.StringOf("root_asset.cover_asset.h264_1080_best");
string root_assetCover_assetWebm_360 = jResp.StringOf("root_asset.cover_asset.webm_360");
string root_assetCover_assetVideo_h265_180 = jResp.StringOf("root_asset.cover_asset.video_h265_180");
string root_assetCover_assetPublic_item_count = jResp.StringOf("root_asset.cover_asset.public_item_count");
string root_assetCover_assetArchived_at = jResp.StringOf("root_asset.cover_asset.archived_at");
string root_assetCover_assetDescription = jResp.StringOf("root_asset.cover_asset.description");
string root_assetCover_assetParent_id = jResp.StringOf("root_asset.cover_asset.parent_id");
string root_assetCover_assetFrame_cover = jResp.StringOf("root_asset.cover_asset.frame_cover");
string root_assetCover_assetDownloadsH264_1080_best = jResp.StringOf("root_asset.cover_asset.downloads.h264_1080_best");
string root_assetCover_assetDownloadsH264_2160 = jResp.StringOf("root_asset.cover_asset.downloads.h264_2160");
string root_assetCover_assetDownloadsH264_360 = jResp.StringOf("root_asset.cover_asset.downloads.h264_360");
string root_assetCover_assetDownloadsH264_540 = jResp.StringOf("root_asset.cover_asset.downloads.h264_540");
string root_assetCover_assetDownloadsH264_720 = jResp.StringOf("root_asset.cover_asset.downloads.h264_720");
string root_assetCover_assetDownloadsImage_full = jResp.StringOf("root_asset.cover_asset.downloads.image_full");
string root_assetCover_assetDownloadsImage_high = jResp.StringOf("root_asset.cover_asset.downloads.image_high");
string root_assetCover_assetDownloadsImage_small = jResp.StringOf("root_asset.cover_asset.downloads.image_small");
string root_assetCover_assetWebm_1080_best = jResp.StringOf("root_asset.cover_asset.webm_1080_best");
string root_assetCover_assetIndex = jResp.StringOf("root_asset.cover_asset.index");
bool root_assetCover_assetShared = jResp.BoolOf("root_asset.cover_asset.shared");
string root_assetCover_assetThumb_540 = jResp.StringOf("root_asset.cover_asset.thumb_540");
string root_assetCover_assetThumb_orig_ar_540 = jResp.StringOf("root_asset.cover_asset.thumb_orig_ar_540");
int root_assetCover_assetComment_count = jResp.IntOf("root_asset.cover_asset.comment_count");
string root_assetCover_assetH264_720 = jResp.StringOf("root_asset.cover_asset.h264_720");
string root_assetCover_assetFiletype = jResp.StringOf("root_asset.cover_asset.filetype");
string root_assetCover_assetArchive_scheduled_at = jResp.StringOf("root_asset.cover_asset.archive_scheduled_at");
string root_assetCover_assetName = jResp.StringOf("root_asset.cover_asset.name");
int root_assetCover_assetVersions = jResp.IntOf("root_asset.cover_asset.versions");
string root_assetCover_assetHard_deleted_at = jResp.StringOf("root_asset.cover_asset.hard_deleted_at");
string root_assetCover_assetPage_thumb = jResp.StringOf("root_asset.cover_asset.page_thumb");
string root_assetCover_assetUploaded_at = jResp.StringOf("root_asset.cover_asset.uploaded_at");
string root_assetCover_assetResource_id = jResp.StringOf("root_asset.cover_asset.resource_id");
string root_assetCover_assetTimecode = jResp.StringOf("root_asset.cover_asset.timecode");
string root_assetCover_assetTranscode_statusesCoverCodec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.codec");
string root_assetCover_assetTranscode_statusesCoverDuration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.duration");
string root_assetCover_assetTranscode_statusesCoverEncode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.encode_status");
string root_assetCover_assetTranscode_statusesCoverEncode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.encode_time");
string root_assetCover_assetTranscode_statusesCoverError = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.error");
int root_assetCover_assetTranscode_statusesCoverFilesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.cover.filesize");
string root_assetCover_assetTranscode_statusesCoverFps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.fps");
string root_assetCover_assetTranscode_statusesCoverHeight = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.height");
string root_assetCover_assetTranscode_statusesCoverLanguage = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.language");
string root_assetCover_assetTranscode_statusesCoverNum_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.num_channels");
string root_assetCover_assetTranscode_statusesCoverNum_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.num_frames");
string root_assetCover_assetTranscode_statusesCoverStorage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.storage_class");
string root_assetCover_assetTranscode_statusesCoverWatermark = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.watermark");
string root_assetCover_assetTranscode_statusesCoverWidth = jResp.StringOf("root_asset.cover_asset.transcode_statuses.cover.width");
string root_assetCover_assetTranscode_statusesH264_1080_bestCodec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.codec");
string root_assetCover_assetTranscode_statusesH264_1080_bestDuration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.duration");
string root_assetCover_assetTranscode_statusesH264_1080_bestEncode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.encode_status");
string root_assetCover_assetTranscode_statusesH264_1080_bestEncode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.encode_time");
string root_assetCover_assetTranscode_statusesH264_1080_bestError = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.error");
int root_assetCover_assetTranscode_statusesH264_1080_bestFilesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.filesize");
string root_assetCover_assetTranscode_statusesH264_1080_bestFps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.fps");
string root_assetCover_assetTranscode_statusesH264_1080_bestHeight = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.height");
string root_assetCover_assetTranscode_statusesH264_1080_bestLanguage = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.language");
string root_assetCover_assetTranscode_statusesH264_1080_bestNum_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.num_channels");
string root_assetCover_assetTranscode_statusesH264_1080_bestNum_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.num_frames");
string root_assetCover_assetTranscode_statusesH264_1080_bestStorage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.storage_class");
string root_assetCover_assetTranscode_statusesH264_1080_bestWatermarkId = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.watermark.id");
bool root_assetCover_assetTranscode_statusesH264_1080_bestWatermarkImage = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.watermark.image");
bool root_assetCover_assetTranscode_statusesH264_1080_bestWatermarkText = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.watermark.text");
string root_assetCover_assetTranscode_statusesH264_1080_bestWidth = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_1080_best.width");
string root_assetCover_assetTranscode_statusesH264_360Codec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.codec");
string root_assetCover_assetTranscode_statusesH264_360Duration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.duration");
string root_assetCover_assetTranscode_statusesH264_360Encode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.encode_status");
string root_assetCover_assetTranscode_statusesH264_360Encode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.encode_time");
string root_assetCover_assetTranscode_statusesH264_360Error = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.error");
int root_assetCover_assetTranscode_statusesH264_360Filesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.h264_360.filesize");
string root_assetCover_assetTranscode_statusesH264_360Fps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.fps");
string root_assetCover_assetTranscode_statusesH264_360Height = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.height");
string root_assetCover_assetTranscode_statusesH264_360Language = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.language");
string root_assetCover_assetTranscode_statusesH264_360Num_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.num_channels");
string root_assetCover_assetTranscode_statusesH264_360Num_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.num_frames");
string root_assetCover_assetTranscode_statusesH264_360Storage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.storage_class");
string root_assetCover_assetTranscode_statusesH264_360WatermarkId = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.watermark.id");
bool root_assetCover_assetTranscode_statusesH264_360WatermarkImage = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.h264_360.watermark.image");
bool root_assetCover_assetTranscode_statusesH264_360WatermarkText = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.h264_360.watermark.text");
string root_assetCover_assetTranscode_statusesH264_360Width = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_360.width");
string root_assetCover_assetTranscode_statusesH264_540Codec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.codec");
string root_assetCover_assetTranscode_statusesH264_540Duration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.duration");
string root_assetCover_assetTranscode_statusesH264_540Encode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.encode_status");
string root_assetCover_assetTranscode_statusesH264_540Encode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.encode_time");
string root_assetCover_assetTranscode_statusesH264_540Error = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.error");
int root_assetCover_assetTranscode_statusesH264_540Filesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.h264_540.filesize");
string root_assetCover_assetTranscode_statusesH264_540Fps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.fps");
string root_assetCover_assetTranscode_statusesH264_540Height = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.height");
string root_assetCover_assetTranscode_statusesH264_540Language = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.language");
string root_assetCover_assetTranscode_statusesH264_540Num_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.num_channels");
string root_assetCover_assetTranscode_statusesH264_540Num_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.num_frames");
string root_assetCover_assetTranscode_statusesH264_540Storage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.storage_class");
string root_assetCover_assetTranscode_statusesH264_540WatermarkId = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.watermark.id");
bool root_assetCover_assetTranscode_statusesH264_540WatermarkImage = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.h264_540.watermark.image");
bool root_assetCover_assetTranscode_statusesH264_540WatermarkText = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.h264_540.watermark.text");
string root_assetCover_assetTranscode_statusesH264_540Width = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_540.width");
string root_assetCover_assetTranscode_statusesH264_720Codec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.codec");
string root_assetCover_assetTranscode_statusesH264_720Duration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.duration");
string root_assetCover_assetTranscode_statusesH264_720Encode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.encode_status");
string root_assetCover_assetTranscode_statusesH264_720Encode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.encode_time");
string root_assetCover_assetTranscode_statusesH264_720Error = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.error");
int root_assetCover_assetTranscode_statusesH264_720Filesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.h264_720.filesize");
string root_assetCover_assetTranscode_statusesH264_720Fps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.fps");
string root_assetCover_assetTranscode_statusesH264_720Height = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.height");
string root_assetCover_assetTranscode_statusesH264_720Language = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.language");
string root_assetCover_assetTranscode_statusesH264_720Num_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.num_channels");
string root_assetCover_assetTranscode_statusesH264_720Num_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.num_frames");
string root_assetCover_assetTranscode_statusesH264_720Storage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.storage_class");
string root_assetCover_assetTranscode_statusesH264_720WatermarkId = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.watermark.id");
bool root_assetCover_assetTranscode_statusesH264_720WatermarkImage = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.h264_720.watermark.image");
bool root_assetCover_assetTranscode_statusesH264_720WatermarkText = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.h264_720.watermark.text");
string root_assetCover_assetTranscode_statusesH264_720Width = jResp.StringOf("root_asset.cover_asset.transcode_statuses.h264_720.width");
string root_assetCover_assetTranscode_statusesImage_fullCodec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.codec");
string root_assetCover_assetTranscode_statusesImage_fullDuration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.duration");
string root_assetCover_assetTranscode_statusesImage_fullEncode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.encode_status");
string root_assetCover_assetTranscode_statusesImage_fullEncode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.encode_time");
string root_assetCover_assetTranscode_statusesImage_fullError = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.error");
int root_assetCover_assetTranscode_statusesImage_fullFilesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.image_full.filesize");
string root_assetCover_assetTranscode_statusesImage_fullFps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.fps");
string root_assetCover_assetTranscode_statusesImage_fullHeight = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.height");
string root_assetCover_assetTranscode_statusesImage_fullLanguage = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.language");
string root_assetCover_assetTranscode_statusesImage_fullNum_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.num_channels");
string root_assetCover_assetTranscode_statusesImage_fullNum_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.num_frames");
string root_assetCover_assetTranscode_statusesImage_fullStorage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.storage_class");
string root_assetCover_assetTranscode_statusesImage_fullWatermarkId = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.watermark.id");
bool root_assetCover_assetTranscode_statusesImage_fullWatermarkImage = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.image_full.watermark.image");
bool root_assetCover_assetTranscode_statusesImage_fullWatermarkText = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.image_full.watermark.text");
string root_assetCover_assetTranscode_statusesImage_fullWidth = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_full.width");
string root_assetCover_assetTranscode_statusesImage_smallCodec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.codec");
string root_assetCover_assetTranscode_statusesImage_smallDuration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.duration");
string root_assetCover_assetTranscode_statusesImage_smallEncode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.encode_status");
string root_assetCover_assetTranscode_statusesImage_smallEncode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.encode_time");
string root_assetCover_assetTranscode_statusesImage_smallError = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.error");
int root_assetCover_assetTranscode_statusesImage_smallFilesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.image_small.filesize");
string root_assetCover_assetTranscode_statusesImage_smallFps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.fps");
string root_assetCover_assetTranscode_statusesImage_smallHeight = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.height");
string root_assetCover_assetTranscode_statusesImage_smallLanguage = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.language");
string root_assetCover_assetTranscode_statusesImage_smallNum_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.num_channels");
string root_assetCover_assetTranscode_statusesImage_smallNum_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.num_frames");
string root_assetCover_assetTranscode_statusesImage_smallStorage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.storage_class");
string root_assetCover_assetTranscode_statusesImage_smallWatermarkId = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.watermark.id");
bool root_assetCover_assetTranscode_statusesImage_smallWatermarkImage = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.image_small.watermark.image");
bool root_assetCover_assetTranscode_statusesImage_smallWatermarkText = jResp.BoolOf("root_asset.cover_asset.transcode_statuses.image_small.watermark.text");
string root_assetCover_assetTranscode_statusesImage_smallWidth = jResp.StringOf("root_asset.cover_asset.transcode_statuses.image_small.width");
string root_assetCover_assetTranscode_statusesThumbCodec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.codec");
string root_assetCover_assetTranscode_statusesThumbDuration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.duration");
string root_assetCover_assetTranscode_statusesThumbEncode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.encode_status");
string root_assetCover_assetTranscode_statusesThumbEncode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.encode_time");
string root_assetCover_assetTranscode_statusesThumbError = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.error");
int root_assetCover_assetTranscode_statusesThumbFilesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.thumb.filesize");
string root_assetCover_assetTranscode_statusesThumbFps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.fps");
string root_assetCover_assetTranscode_statusesThumbHeight = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.height");
string root_assetCover_assetTranscode_statusesThumbLanguage = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.language");
string root_assetCover_assetTranscode_statusesThumbNum_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.num_channels");
string root_assetCover_assetTranscode_statusesThumbNum_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.num_frames");
string root_assetCover_assetTranscode_statusesThumbStorage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.storage_class");
string root_assetCover_assetTranscode_statusesThumbWatermark = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.watermark");
string root_assetCover_assetTranscode_statusesThumbWidth = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb.width");
string root_assetCover_assetTranscode_statusesThumb_540Codec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.codec");
string root_assetCover_assetTranscode_statusesThumb_540Duration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.duration");
string root_assetCover_assetTranscode_statusesThumb_540Encode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.encode_status");
string root_assetCover_assetTranscode_statusesThumb_540Encode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.encode_time");
string root_assetCover_assetTranscode_statusesThumb_540Error = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.error");
int root_assetCover_assetTranscode_statusesThumb_540Filesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.thumb_540.filesize");
string root_assetCover_assetTranscode_statusesThumb_540Fps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.fps");
string root_assetCover_assetTranscode_statusesThumb_540Height = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.height");
string root_assetCover_assetTranscode_statusesThumb_540Language = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.language");
string root_assetCover_assetTranscode_statusesThumb_540Num_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.num_channels");
string root_assetCover_assetTranscode_statusesThumb_540Num_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.num_frames");
string root_assetCover_assetTranscode_statusesThumb_540Storage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.storage_class");
string root_assetCover_assetTranscode_statusesThumb_540Watermark = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.watermark");
string root_assetCover_assetTranscode_statusesThumb_540Width = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_540.width");
string root_assetCover_assetTranscode_statusesThumb_scrubCodec = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.codec");
string root_assetCover_assetTranscode_statusesThumb_scrubDuration = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.duration");
string root_assetCover_assetTranscode_statusesThumb_scrubEncode_status = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.encode_status");
string root_assetCover_assetTranscode_statusesThumb_scrubEncode_time = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.encode_time");
string root_assetCover_assetTranscode_statusesThumb_scrubError = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.error");
int root_assetCover_assetTranscode_statusesThumb_scrubFilesize = jResp.IntOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.filesize");
string root_assetCover_assetTranscode_statusesThumb_scrubFps = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.fps");
string root_assetCover_assetTranscode_statusesThumb_scrubHeight = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.height");
string root_assetCover_assetTranscode_statusesThumb_scrubLanguage = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.language");
string root_assetCover_assetTranscode_statusesThumb_scrubNum_channels = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.num_channels");
string root_assetCover_assetTranscode_statusesThumb_scrubNum_frames = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.num_frames");
string root_assetCover_assetTranscode_statusesThumb_scrubStorage_class = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.storage_class");
string root_assetCover_assetTranscode_statusesThumb_scrubWatermark = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.watermark");
string root_assetCover_assetTranscode_statusesThumb_scrubWidth = jResp.StringOf("root_asset.cover_asset.transcode_statuses.thumb_scrub.width");
string root_assetCover_assetChecksums = jResp.StringOf("root_asset.cover_asset.checksums");
string root_assetCover_assetOriginal = jResp.StringOf("root_asset.cover_asset.original");
string root_assetCover_assetLabel = jResp.StringOf("root_asset.cover_asset.label");
string root_assetCover_assetH265_hdr_2160 = jResp.StringOf("root_asset.cover_asset.h265_hdr_2160");
string root_assetCover_assetDuration = jResp.StringOf("root_asset.cover_asset.duration");
string root_assetCover_assetProperties = jResp.StringOf("root_asset.cover_asset.properties");
string root_assetCover_asset_type = jResp.StringOf("root_asset.cover_asset._type");
string root_assetCover_assetThumb = jResp.StringOf("root_asset.cover_asset.thumb");
bool root_assetCover_assetIs_360 = jResp.BoolOf("root_asset.cover_asset.is_360");
bool root_assetCover_assetPrivate = jResp.BoolOf("root_asset.cover_asset.private");
string root_assetCover_assetPage_small = jResp.StringOf("root_asset.cover_asset.page_small");
string root_assetCover_assetType = jResp.StringOf("root_asset.cover_asset.type");
string root_assetCover_assetAudio_tracks = jResp.StringOf("root_asset.cover_asset.audio_tracks");
string root_assetCover_assetAsset_type = jResp.StringOf("root_asset.cover_asset.asset_type");
bool root_assetCover_assetIs_session_watermarked = jResp.BoolOf("root_asset.cover_asset.is_session_watermarked");
string root_assetCover_assetArchive_status = jResp.StringOf("root_asset.cover_asset.archive_status");
string root_assetCover_assetImage_high = jResp.StringOf("root_asset.cover_asset.image_high");
string root_assetCover_assetProject_id = jResp.StringOf("root_asset.cover_asset.project_id");
bool root_assetCover_assetIs_hls_required = jResp.BoolOf("root_asset.cover_asset.is_hls_required");
string root_assetCover_assetSubtitle_tracks = jResp.StringOf("root_asset.cover_asset.subtitle_tracks");
string root_assetCover_assetWaveform = jResp.StringOf("root_asset.cover_asset.waveform");
string root_assetCover_assetCreator_id = jResp.StringOf("root_asset.cover_asset.creator_id");
string root_assetCover_assetH265_hdr_1080 = jResp.StringOf("root_asset.cover_asset.h265_hdr_1080");
string root_assetCover_assetAutoversion_id = jResp.StringOf("root_asset.cover_asset.autoversion_id");
string root_assetCover_assetSha256 = jResp.StringOf("root_asset.cover_asset.sha256");
string root_assetCover_assetTranscodes_type = jResp.StringOf("root_asset.cover_asset.transcodes._type");
string root_assetCover_assetTranscodesCodec = jResp.StringOf("root_asset.cover_asset.transcodes.codec");
string root_assetCover_assetTranscodesId = jResp.StringOf("root_asset.cover_asset.transcodes.id");
int root_assetCover_assetTranscodesOriginal_height = jResp.IntOf("root_asset.cover_asset.transcodes.original_height");
int root_assetCover_assetTranscodesOriginal_width = jResp.IntOf("root_asset.cover_asset.transcodes.original_width");
int root_assetCover_assetTranscodesThumb_height = jResp.IntOf("root_asset.cover_asset.transcodes.thumb_height");
string root_assetCover_assetTranscodesThumb_state = jResp.StringOf("root_asset.cover_asset.transcodes.thumb_state");
int root_assetCover_assetTranscodesThumb_width = jResp.IntOf("root_asset.cover_asset.transcodes.thumb_width");
int root_assetCover_assetTranscodesThumbs = jResp.IntOf("root_asset.cover_asset.transcodes.thumbs");
string root_assetCover_assetTranscodesTotal_audio_tracks = jResp.StringOf("root_asset.cover_asset.transcodes.total_audio_tracks");
string root_assetCover_assetCover = jResp.StringOf("root_asset.cover_asset.cover");
string root_assetCover_assetFps = jResp.StringOf("root_asset.cover_asset.fps");
int root_assetCover_assetFrames = jResp.IntOf("root_asset.cover_asset.frames");
string root_assetCover_assetAccount_id = jResp.StringOf("root_asset.cover_asset.account_id");
string root_assetCover_assetH264_540 = jResp.StringOf("root_asset.cover_asset.h264_540");
string root_assetCover_assetRating = jResp.StringOf("root_asset.cover_asset.rating");
string root_assetCover_assetTranscoded_at = jResp.StringOf("root_asset.cover_asset.transcoded_at");
string root_assetCover_assetH264_360 = jResp.StringOf("root_asset.cover_asset.h264_360");
string root_assetCover_assetSource = jResp.StringOf("root_asset.cover_asset.source");
string root_assetCover_assetId = jResp.StringOf("root_asset.cover_asset.id");
bool root_assetCover_assetCopy = jResp.BoolOf("root_asset.cover_asset.copy");
int root_assetCover_assetView_count = jResp.IntOf("root_asset.cover_asset.view_count");
string root_assetCover_assetDeleted_at = jResp.StringOf("root_asset.cover_asset.deleted_at");
string root_assetCover_assetPage_high = jResp.StringOf("root_asset.cover_asset.page_high");
bool root_assetCover_assetUser_permissionsCan_download = jResp.BoolOf("root_asset.cover_asset.user_permissions.can_download");
bool root_assetCover_assetUser_permissionsCan_modify_template = jResp.BoolOf("root_asset.cover_asset.user_permissions.can_modify_template");
bool root_assetCover_assetUser_permissionsCan_public_share_presentation = jResp.BoolOf("root_asset.cover_asset.user_permissions.can_public_share_presentation");
bool root_assetCover_assetUser_permissionsCan_public_share_review_link = jResp.BoolOf("root_asset.cover_asset.user_permissions.can_public_share_review_link");
bool root_assetCover_assetUser_permissionsCan_share_downloadable_presentation = jResp.BoolOf("root_asset.cover_asset.user_permissions.can_share_downloadable_presentation");
bool root_assetCover_assetUser_permissionsCan_share_downloadable_review_link = jResp.BoolOf("root_asset.cover_asset.user_permissions.can_share_downloadable_review_link");
bool root_assetCover_assetUser_permissionsCan_share_unwatermarked_presentation = jResp.BoolOf("root_asset.cover_asset.user_permissions.can_share_unwatermarked_presentation");
bool root_assetCover_assetUser_permissionsCan_share_unwatermarked_review_link = jResp.BoolOf("root_asset.cover_asset.user_permissions.can_share_unwatermarked_review_link");
string root_assetCover_assetWebm_540 = jResp.StringOf("root_asset.cover_asset.webm_540");
int root_assetCover_assetItem_count = jResp.IntOf("root_asset.cover_asset.item_count");
string root_assetCover_assetInserted_at = jResp.StringOf("root_asset.cover_asset.inserted_at");
string root_assetCover_assetArchive_from = jResp.StringOf("root_asset.cover_asset.archive_from");
string root_asset_type = jResp.StringOf("root_asset._type");
bool root_assetIs_360 = jResp.BoolOf("root_asset.is_360");
bool root_assetPrivate = jResp.BoolOf("root_asset.private");
string root_assetType = jResp.StringOf("root_asset.type");
string root_assetAudio_tracks = jResp.StringOf("root_asset.audio_tracks");
bool root_assetIs_session_watermarked = jResp.BoolOf("root_asset.is_session_watermarked");
string root_assetArchive_status = jResp.StringOf("root_asset.archive_status");
string root_assetProject_id = jResp.StringOf("root_asset.project_id");
bool root_assetIs_hls_required = jResp.BoolOf("root_asset.is_hls_required");
string root_assetSubtitle_tracks = jResp.StringOf("root_asset.subtitle_tracks");
string root_assetCreator_id = jResp.StringOf("root_asset.creator_id");
string root_assetAutoversion_id = jResp.StringOf("root_asset.autoversion_id");
string root_assetFps = jResp.StringOf("root_asset.fps");
int root_assetFrames = jResp.IntOf("root_asset.frames");
string root_assetAccount_id = jResp.StringOf("root_asset.account_id");
string root_assetRating = jResp.StringOf("root_asset.rating");
string root_assetId = jResp.StringOf("root_asset.id");
bool root_assetCopy = jResp.BoolOf("root_asset.copy");
string root_assetDeleted_at = jResp.StringOf("root_asset.deleted_at");
bool root_assetUser_permissionsCan_download = jResp.BoolOf("root_asset.user_permissions.can_download");
bool root_assetUser_permissionsCan_modify_template = jResp.BoolOf("root_asset.user_permissions.can_modify_template");
bool root_assetUser_permissionsCan_public_share_presentation = jResp.BoolOf("root_asset.user_permissions.can_public_share_presentation");
bool root_assetUser_permissionsCan_public_share_review_link = jResp.BoolOf("root_asset.user_permissions.can_public_share_review_link");
bool root_assetUser_permissionsCan_share_downloadable_presentation = jResp.BoolOf("root_asset.user_permissions.can_share_downloadable_presentation");
bool root_assetUser_permissionsCan_share_downloadable_review_link = jResp.BoolOf("root_asset.user_permissions.can_share_downloadable_review_link");
bool root_assetUser_permissionsCan_share_unwatermarked_presentation = jResp.BoolOf("root_asset.user_permissions.can_share_unwatermarked_presentation");
bool root_assetUser_permissionsCan_share_unwatermarked_review_link = jResp.BoolOf("root_asset.user_permissions.can_share_unwatermarked_review_link");
int root_assetItem_count = jResp.IntOf("root_asset.item_count");
string root_assetInserted_at = jResp.StringOf("root_asset.inserted_at");
string root_asset_id = jResp.StringOf("root_asset_id");
bool shared = jResp.BoolOf("shared");
int storage = jResp.IntOf("storage");
string team_id = jResp.StringOf("team_id");
string updated_at = jResp.StringOf("updated_at");
bool user_permissionsCan_download = jResp.BoolOf("user_permissions.can_download");
bool user_permissionsCan_modify_template = jResp.BoolOf("user_permissions.can_modify_template");
bool user_permissionsCan_public_share_presentation = jResp.BoolOf("user_permissions.can_public_share_presentation");
bool user_permissionsCan_public_share_review_link = jResp.BoolOf("user_permissions.can_public_share_review_link");
bool user_permissionsCan_share_downloadable_presentation = jResp.BoolOf("user_permissions.can_share_downloadable_presentation");
bool user_permissionsCan_share_downloadable_review_link = jResp.BoolOf("user_permissions.can_share_downloadable_review_link");
bool user_permissionsCan_share_unwatermarked_presentation = jResp.BoolOf("user_permissions.can_share_unwatermarked_presentation");
bool user_permissionsCan_share_unwatermarked_review_link = jResp.BoolOf("user_permissions.can_share_unwatermarked_review_link");
string user_preferences = jResp.StringOf("user_preferences");
int i = 0;
int count_i = jResp.SizeOfArray("root_asset.cover_asset.required_transcodes");
while (i < count_i) {
    jResp.I = i;
    strVal = jResp.StringOf("root_asset.cover_asset.required_transcodes[i]");
    i = i + 1;
}

i = 0;
count_i = jResp.SizeOfArray("root_asset.cover_asset.includes");
while (i < count_i) {
    jResp.I = i;
    strVal = jResp.StringOf("root_asset.cover_asset.includes[i]");
    i = i + 1;
}

i = 0;
count_i = jResp.SizeOfArray("root_asset.cover_asset.transcodes.resolutions");
while (i < count_i) {
    jResp.I = i;
    intVal = jResp.IntOf("root_asset.cover_asset.transcodes.resolutions[i]");
    i = i + 1;
}


 

© 2000-2024 Chilkat Software, Inc. All Rights Reserved.