#include <avdec.h>
Data Fields | |
| char * | url |
| Location of that segment. If NULL, the "master url" in bgav_edl_t is valid. | |
| int | track |
| Track index for multitrack inputs. | |
| int | stream |
| Index of the A/V stream. | |
| int | timescale |
| Source timescale. | |
| int64_t | src_time |
| Time within the source in source timescale. | |
| int64_t | dst_time |
| Time within the destination in destination timescale. | |
| int64_t | dst_duration |
| Duration within the destination in destination timescale. | |
| int32_t | speed_num |
| Playback speed numerator. | |
| int32_t | speed_den |
| Playback speed demoninator. | |
| char* bgav_edl_segment_t::url |
Location of that segment. If NULL, the "master url" in bgav_edl_t is valid.
Track index for multitrack inputs.
Index of the A/V stream.
Source timescale.
| int64_t bgav_edl_segment_t::src_time |
Time within the source in source timescale.
| int64_t bgav_edl_segment_t::dst_time |
Time within the destination in destination timescale.
| int64_t bgav_edl_segment_t::dst_duration |
Duration within the destination in destination timescale.
| int32_t bgav_edl_segment_t::speed_num |
Playback speed numerator.
| int32_t bgav_edl_segment_t::speed_den |
Playback speed demoninator.
1.5.7