Ardour  9.0-pre0-582-g084a23a80d
SMPTETimecode Struct Reference

#include <ltc.h>

Public Attributes

char timezone [6]
 the timezone 6bytes: "+HHMM" textual representation More...
 
unsigned char years
 LTC-date uses 2-digit year 00.99. More...
 
unsigned char months
 valid months are 1..12 More...
 
unsigned char days
 day of month 1..31 More...
 
unsigned char hours
 hour 0..23 More...
 
unsigned char mins
 minute 0..60 More...
 
unsigned char secs
 second 0..60 More...
 
unsigned char frame
 sub-second frame 0..(FPS - 1) More...
 

Detailed Description

Human readable time representation, decimal values.

Definition at line 312 of file ltc.h.

Member Data Documentation

◆ days

unsigned char SMPTETimecode::days

day of month 1..31

Definition at line 316 of file ltc.h.

◆ frame

unsigned char SMPTETimecode::frame

sub-second frame 0..(FPS - 1)

Definition at line 321 of file ltc.h.

◆ hours

unsigned char SMPTETimecode::hours

hour 0..23

Definition at line 318 of file ltc.h.

◆ mins

unsigned char SMPTETimecode::mins

minute 0..60

Definition at line 319 of file ltc.h.

◆ months

unsigned char SMPTETimecode::months

valid months are 1..12

Definition at line 315 of file ltc.h.

◆ secs

unsigned char SMPTETimecode::secs

second 0..60

Definition at line 320 of file ltc.h.

◆ timezone

char SMPTETimecode::timezone[6]

the timezone 6bytes: "+HHMM" textual representation

Definition at line 313 of file ltc.h.

◆ years

unsigned char SMPTETimecode::years

LTC-date uses 2-digit year 00.99.

Definition at line 314 of file ltc.h.


The documentation for this struct was generated from the following file: