SDPMessage.removeMedia

Remove the media at idx from the array of medias in msg if found.

class SDPMessage
removeMedia
(
uint idx
)

Parameters

idx uint

the media index

Return Value

Type: gstsdp.types.SDPResult

#GST_SDP_OK when the specified media is found at idx and removed, #GST_SDP_EINVAL otherwise.