Get desktop application:
View/edit binary Protocol Buffers messages
Used in: CreateProjectNativeReturnValue
int64 project_id = 1
repeated MediaAsset media_asset = 2
bool blur_padding_area = 4
Used in: EditorProject
int32 project_width = 1
int32 project_height = 2
double project_fps = 3
double project_duration = 4
int32 input_media_assets_number = 5
Used in: EditorProject
uint64 asset_id = 1
string asset_path = 2
optional MediaFileHolder media_asset_file_holder = 3
repeated TimeRange clipped_time_range = 4
double volume = 5
Used in: MediaAsset
MEDIA_ASSET_SCALE_DEFAULT = 0
MEDIA_ASSET_SCALE_FIT = 1
MEDIA_ASSET_SCALE_FILL = 2
Used in: MediaAsset
string path = 1
string format_name = 2
int32 probe_score = 3
int32 num_streams = 4
int32 media_strema_index = 6
int32 audio_strema_index = 7
double duration = 8
Used in: MediaFileHolder
int32 width = 1
int32 height = 2
string codec_type = 3
optional Rational avg_frame_rate = 4
optional Rational time_base = 5
int64 duration_ts = 6
int32 rotation = 7
optional Rational sample_aspect_ratio = 8
optional Rational guessed_frame_rate = 9
Used in: MediaStreamHolder
int64 num = 1
int64 den = 2
Used in: MediaAsset
double start = 1
double duration = 2
uint64 id = 3
Used in: MediaAsset
YUV_ALPHA_TYPE_NONE = 0
YUV_ALPHA_TYPE_LEFT_RIGHT = 1
YUV_ALPHA_TYPE_TOP_BOTTOM = 2