Versions in this module Expand all Collapse all v4 v4.16.3 Aug 12, 2025 v4.16.2 Aug 12, 2025 Changes in this version + type Media struct + Control string + Formats []format.Format + ID string + IsBackChannel bool + KeyMgmtMikey *mikey.Message + Secure 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) Marshal2() (*psdp.MediaDescription, error) + 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 + KeyMgmtMikey *mikey.Message + Medias []*Media + Multicast bool + Title string + func (d *Session) FindFormat(forma interface{}) *Media + func (d *Session) Unmarshal(ssd *sdp.SessionDescription) error + func (d Session) Marshal(_ bool) ([]byte, error) + type SessionFECGroup []string