Versions in this module Expand all Collapse all v4 v4.0.1 Feb 8, 2024 Changes in this version + type Media struct + Control string + Formats []format.Format + ID string + IsBackChannel bool + Type MediaType + func (m *Media) Unmarshal(md *psdp.MediaDescription) error + func (m Media) FindFormat(forma interface{}) bool + func (m Media) Marshal() *psdp.MediaDescription + func (m Media) URL(contentBase *base.URL) (*base.URL, error) + type MediaType string + const MediaTypeApplication + const MediaTypeAudio + const MediaTypeVideo + type Session struct + BaseURL *base.URL + FECGroups []SessionFECGroup + Medias []*Media + Title string + func (d *Session) FindFormat(forma interface{}) *Media + func (d *Session) Unmarshal(ssd *sdp.SessionDescription) error + func (d Session) Marshal(multicast bool) ([]byte, error) + type SessionFECGroup []string