bg_edl_segment_t Struct Reference
[EDL support]

One segment of a physical stream to appear in a logical stream. More...

#include <edl.h>


Data Fields

char * url
 Location of that segment. If NULL, the "master url" in bg_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.


Detailed Description

One segment of a physical stream to appear in a logical stream.

Field Documentation

char* bg_edl_segment_t::url

Location of that segment. If NULL, the "master url" in bg_edl_t is valid.

int bg_edl_segment_t::track

Track index for multitrack inputs.

int bg_edl_segment_t::stream

Index of the A/V stream.

int bg_edl_segment_t::timescale

Source timescale.

int64_t bg_edl_segment_t::src_time

Time within the source in source timescale.

int64_t bg_edl_segment_t::dst_time

Time within the destination in destination timescale.

int64_t bg_edl_segment_t::dst_duration

Duration within the destination in destination timescale.

int32_t bg_edl_segment_t::speed_num

Playback speed numerator.

int32_t bg_edl_segment_t::speed_den

Playback speed demoninator.


The documentation for this struct was generated from the following file:
Generated on Tue Jul 28 01:06:50 2009 for gmerlin by  doxygen 1.5.4