Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeSetPacketSize = 1 TypeServerBandwidth = 5 TypeClientBandwidth = 6 TypeAudio = 8 TypeVideo = 9 TypeData = 18 TypeCommand = 20 )
View Source
const ( CommandConnect = "connect" CommandReleaseStream = "releaseStream" CommandFCPublish = "FCPublish" CommandCreateStream = "createStream" CommandPublish = "publish" CommandPlay = "play" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
type Conn struct { App string Stream string Intent string // contains filtered or unexported fields }
func (*Conn) ReadCommands ¶ added in v1.8.0
func (*Conn) WriteStart ¶ added in v1.8.0
Click to show internal directories.
Click to hide internal directories.