- class aaf.component.Segment¶
Bases: aaf.component.Component
- offset_to_tc()¶
Converts the given segment offset to a timecode value
- tc_to_offset()¶
Converts the given timecode and edit rate to a segment offset value.
- class aaf.component.Transition¶
Bases: aaf.component.Component
- cutpoint¶
- operation_group¶
- class aaf.component.Sequence¶
Bases: aaf.component.Segment
- append()¶
Append Component at end of Sequence
- component_at()¶
return the component at the given index
- component_at_time()¶
return the component at a given time (position in edit units)
- components()¶
- count¶
Number of Components in Sequence
- index_at_time()¶
return the index of the component at a given time (position in edit units)
- insert()¶
Insert Component at given index
- positions()¶
yields (index, edit_start_time, component) of items in the sequence
- prepend()¶
Prepend Component at beginning of Sequence
- remove()¶
Remove Component at given index
- time_at_index()¶
return the time (position in edit units) of a given index
- class aaf.component.Timecode¶
Bases: aaf.component.Segment
- class aaf.component.Filler¶
Bases: aaf.component.Segment
- class aaf.component.SourceReference¶
Bases: aaf.component.Segment
- class aaf.component.NestedScope¶
Bases: aaf.component.Segment
- segments()¶
- class aaf.component.ScopeReference¶
Bases: aaf.component.Segment
- class aaf.component.EdgeCode¶
Bases: aaf.component.Segment
- header¶
- class aaf.component.Event¶
Bases: aaf.component.Segment
- class aaf.component.CommentMarker¶
Bases: aaf.component.Event
- class aaf.component.DescriptiveMarker¶
Bases: aaf.component.CommentMarker
- class aaf.component.GPITrigger¶
Bases: aaf.component.Event
- class aaf.component.TimecodeStream¶
Bases: aaf.component.Segment
- class aaf.component.TimecodeStream12M¶
Bases: aaf.component.TimecodeStream
- class aaf.component.ConstantValue¶
Bases: aaf.component.Parameter