|
gmerlin-avdecoder
|
One segment of a physical stream to appear in a logical stream. More...
#include <avdec.h>
Data Fields | |
| char * | url |
| Location of that segment. If NULL, the "master url" in bgav_edl_t is valid. More... | |
| int | track |
| Track index for multitrack inputs. More... | |
| int | stream |
| Index of the A/V stream. More... | |
| int | timescale |
| Source timescale. More... | |
| int64_t | src_time |
| Time within the source in source timescale. More... | |
| int64_t | dst_time |
| Time within the destination in destination timescale. More... | |
| int64_t | dst_duration |
| Duration within the destination in destination timescale. More... | |
| int32_t | speed_num |
| Playback speed numerator. More... | |
| int32_t | speed_den |
| Playback speed demoninator. More... | |
One segment of a physical stream to appear in a logical stream.
| char* bgav_edl_segment_t::url |
Location of that segment. If NULL, the "master url" in bgav_edl_t is valid.
| int bgav_edl_segment_t::track |
Track index for multitrack inputs.
| int bgav_edl_segment_t::stream |
Index of the A/V stream.
| int bgav_edl_segment_t::timescale |
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.8.13