Method | Description | |
---|---|---|
StreamerDevice ( Context context ) |
Initializes a new instance of the StreamerDevice class that will run in a self-managed thread.
|
|
StreamerDevice ( Context context, DeviceMode mode ) |
Initializes a new instance of the StreamerDevice class.
|
|
StreamerDevice ( Context context, string frontendBindAddr, string backendBindAddr ) |
Initializes a new instance of the StreamerDevice class that will run in a self-managed thread.
|
|
StreamerDevice ( Context context, string frontendBindAddr, string backendBindAddr, DeviceMode mode ) |
Initializes a new instance of the StreamerDevice class.
|
Method | Description | |
---|---|---|
BackendHandler ( SocketEventArgs args ) : void |
Not implemented for the StreamerDevice.
|
|
FrontendHandler ( SocketEventArgs args ) : void |
Forwards requests from the frontend socket to the backend socket.
|
protected BackendHandler ( SocketEventArgs args ) : void | ||
args | SocketEventArgs | A |
return | void |
protected FrontendHandler ( SocketEventArgs args ) : void | ||
args | SocketEventArgs | A |
return | void |
public StreamerDevice ( Context context ) | ||
context | Context | The |
public StreamerDevice ( Context context, DeviceMode mode ) | ||
context | Context | The |
mode | DeviceMode | The |
public StreamerDevice ( Context context, string frontendBindAddr, string backendBindAddr ) | ||
context | Context | The |
frontendBindAddr | string | The address used to bind the frontend socket. |
backendBindAddr | string | The endpoint used to bind the backend socket. |
public StreamerDevice ( Context context, string frontendBindAddr, string backendBindAddr, DeviceMode mode ) | ||
context | Context | The |
frontendBindAddr | string | The address used to bind the frontend socket. |
backendBindAddr | string | The endpoint used to bind the backend socket. |
mode | DeviceMode | The |