VideoTimeCodeInterval

A representation of a difference between two #GstVideoTimeCode instances. Will not necessarily correspond to a real timecode (e.g. 00:00:10;00)

Constructors

this
this(uint hours, uint minutes, uint seconds, uint frames)

Members

Functions

clear
void clear()

Initializes tc with empty/zero/NULL values.

copy
gstvideo.video_time_code_interval.VideoTimeCodeInterval copy()
init_
void init_(uint hours, uint minutes, uint seconds, uint frames)

Initializes tc with the given values.

Static functions

newFromString
gstvideo.video_time_code_interval.VideoTimeCodeInterval newFromString(string tcInterStr)

tc_inter_str must only have ":" as separators.

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.