SDPTime

The contents of the SDP "t=" field which specify the start and stop times for a conference session.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()
clear
gstsdp.types.SDPResult clear()

Reset the time information in t.

set
gstsdp.types.SDPResult set(string start, string stop, string[] repeat)

Set time information start, stop and repeat in t.

Properties

start
string start [@property getter]

Get start field.

start
string start [@property setter]

Set start field.

stop
string stop [@property getter]

Get stop field.

stop
string stop [@property setter]

Set stop field.