port.go 72 B

123456
  1. package ps
  2. type MediaPort struct {
  3. Protocol string
  4. Port uint16
  5. }