Versions in this module Expand all Collapse all v1 v1.0.0 May 7, 2023 Changes in this version + type Direction string + const DirectionRecvonly + const DirectionSendonly + const DirectionSendrecv + type Media struct + Control string + Direction Direction + Formats []formats.Format + Type Type + func (m Media) FindFormat(forma interface{}) bool + func (m Media) Marshal() *psdp.MediaDescription + func (m Media) URL(contentBase *url.URL) (*url.URL, error) + type Medias []*Media + func (ms *Medias) Unmarshal(mds []*psdp.MediaDescription) error + func (ms Medias) FindFormat(forma interface{}) *Media + func (ms Medias) Marshal(multicast bool) *sdp.SessionDescription + type Type string + const TypeApplication + const TypeAudio + const TypeVideo