GstSdp.SDPOrigin¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
addr |
r/w |
the globally unique address of the machine from which the session was created. |
|
addrtype |
r/w |
the type of addr. |
|
nettype |
r/w |
the type of network. “IN” is defined to have the meaning “Internet”. |
|
sess_id |
r/w |
is a numeric string such that the tuple of username, sess_id, nettype, addrtype and addr form a globally unique identifier for the session. |
|
sess_version |
r/w |
a version number for this announcement |
|
username |
r/w |
the user’s login on the originating host, or it is “-” if the originating host does not support the concept of user ids. |
Methods¶
None
Details¶
- class GstSdp.SDPOrigin¶
The contents of the SDP “o=” field which gives the originator of the session (their username and the address of the user’s host) plus a session id and session version number.