GstRtp.RTPSourceMeta¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
csrc |
[ |
r/w |
pointer to the CSRCs |
csrc_count |
r/w |
number of elements in csrc |
|
meta |
r/w |
parent |
|
ssrc |
r/w |
the SSRC |
|
ssrc_valid |
r/w |
whether ssrc is set and valid |
Methods¶
class |
|
|
|
|
Details¶
- class GstRtp.RTPSourceMeta¶
Meta describing the source(s) of the buffer.
New in version 1.16.
- append_csrc(csrc)[source]¶
- Parameters:
csrc ([
int
]) – the csrcs to append- Returns:
- Return type:
Appends csrc to the list of contributing sources in self.
New in version 1.16.