Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultPortMin = 30000 DefaultPortMax = 65530 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RtpUDPStream ¶
type RtpUDPStream struct {
// contains filtered or unexported fields
}
func NewRtpUDPStream ¶
func (*RtpUDPStream) Close ¶
func (r *RtpUDPStream) Close()
func (*RtpUDPStream) LocalAddr ¶
func (r *RtpUDPStream) LocalAddr() *net.UDPAddr
func (*RtpUDPStream) Log ¶
func (r *RtpUDPStream) Log() log.Logger
func (*RtpUDPStream) Read ¶
func (r *RtpUDPStream) Read()
func (*RtpUDPStream) RemoteAddr ¶
func (r *RtpUDPStream) RemoteAddr() *net.UDPAddr
Click to show internal directories.
Click to hide internal directories.