Video streaming client.
See also: UDPVideoStreamSvr
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Default value | Description |
---|---|---|---|
localPort | int | ||
serverAddress | string | ||
serverPort | int | ||
startTime | double | 1s |
Name | Value | Description |
---|---|---|
display | i=block/app |
Name | Direction | Size | Description |
---|---|---|---|
udpIn | input | ||
udpOut | output |
// // Video streaming client. // // @see UDPVideoStreamSvr // simple UDPVideoStreamCli like UDPApp { parameters: int localPort; string serverAddress; int serverPort; double startTime @unit("s") = default(1s); @display("i=block/app"); gates: input udpIn @labels(UDPControlInfo/up); output udpOut @labels(UDPControlInfo/down); }