Class (GI Struct)

GstSdp-1.0GstSdpSDPOrigin

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.

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              addr: string;
              addrtype: string;
              nettype: string;
              sess_id: string;
              sess_version: string;
              username: string;
          },
      >

    Returns SDPOrigin

Properties

addr: string
addrtype: string
nettype: string
sess_id: string
sess_version: string
username: string
$gtype: GType<SDPOrigin>