start_timecode property

start_timecode property

Gets or sets the timecode of the first frame of video in the file, as obtained from the device control.

Definition:

@property
def start_timecode(self):
    ...
@start_timecode.setter
def start_timecode(self, value):
    ...

See Also