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(void* ptr, Flag!"Take" take)
this
this(uint hours, uint minutes, uint seconds, uint frames)

Members

Functions

cPtr
void* cPtr(Flag!"Dup" dup)
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.

self
VideoTimeCodeInterval self()

Returns this, for use in with statements.

Properties

frames
uint frames [@property getter]

Get field frames.

frames
uint frames [@property setter]

Set field frames.

gType
GType gType [@property getter]
hours
uint hours [@property getter]

Get field hours.

hours
uint hours [@property setter]

Set field hours.

minutes
uint minutes [@property getter]

Get field minutes.

minutes
uint minutes [@property setter]

Set field minutes.

seconds
uint seconds [@property getter]

Get field seconds.

seconds
uint seconds [@property setter]

Set field seconds.

Static functions

getGType
GType getGType()
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.