Add the attribute with key and value to media.
Add the bandwidth information with bwtype and bandwidth to media.
Add the given connection parameters to media.
Add the format information to media.
Convert the contents of media to a text string.
Get the number of attribute fields in media.
Mapping of attributes of #GstSDPMedia to #GstCaps
Get the number of bandwidth fields in media.
Get the number of connection fields in media.
Allocate a new copy of media and store the result in copy. The value in copy should be release with gst_sdp_media_free function.
Get the number of formats in media.
Get the attribute at position idx in media.
Get the first attribute value for key in media.
Get the nth attribute value for key in media.
Get the bandwidth at position idx in media.
Mapping of caps from SDP fields:
Get the connection at position idx in media.
Get the format information at position idx in media.
Get the information of media
Get the encryption information from media.
Get the media description of media.
Get the number of ports for media.
Get the port number for media.
Get the transport protocol of media
Insert the attribute to media at idx. When idx is -1, the attribute is appended.
Insert the bandwidth information to media at idx. When idx is -1, the bandwidth is appended.
Insert the connection information to media at idx. When idx is -1, the connection is appended.
Insert the format information to media at idx. When idx is -1, the format is appended.
Creates a new #GstMIKEYMessage after parsing the key-mgmt attribute from a #GstSDPMedia.
Remove the attribute in media at idx.
Remove the bandwidth information in media at idx.
Remove the connection information in media at idx.
Remove the format information in media at idx.
Replace the attribute in media at idx with attr.
Replace the bandwidth information in media at idx with bw.
Replace the connection information in media at idx with conn.
Replace the format information in media at idx with format.
Set the media information of media to information.
Adds the encryption information to media.
Set the media description of media to med.
Set the port information in media.
Set the media transport protocol of media to proto.
Free all resources allocated in media. media should not be used anymore after this function. This function should be used when media was allocated on the stack and initialized with gstsdp.sdpmedia.SDPMedia.init_.
Initialize media so that its contents are as if it was freshly allocated with gstsdp.sdpmedia.SDPMedia.new_. This function is mostly used to initialize a media allocated on the stack. gstsdp.sdpmedia.SDPMedia.uninit undoes this operation.
Allocate a new GstSDPMedia and store the result in media.
Mapping of caps to SDP fields:
The contents of the SDP "m=" field with all related fields.