RTPSourceMeta

Meta describing the source(s) of the buffer.

Constructors

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

Members

Functions

appendCsrc
bool appendCsrc(uint[] csrc)

Appends csrc to the list of contributing sources in meta.

cPtr
void* cPtr()
getSourceCount
uint getSourceCount()

Count the total number of RTP sources found in meta, both SSRC and CSRC.

setSsrc
bool setSsrc(uint ssrc)

Sets ssrc in meta. If ssrc is null the ssrc of meta will be unset.

Properties

csrcCount
uint csrcCount [@property getter]

Get field csrcCount.

csrcCount
uint csrcCount [@property setter]

Set field csrcCount.

meta
gst.meta.Meta meta [@property getter]

Get field meta.

ssrc
uint ssrc [@property getter]

Get field ssrc.

ssrc
uint ssrc [@property setter]

Set field ssrc.

ssrcValid
bool ssrcValid [@property getter]

Get field ssrcValid.

ssrcValid
bool ssrcValid [@property setter]

Set field ssrcValid.

Static functions

getInfo
gst.meta_info.MetaInfo getInfo()