Go to the source code of this file.
Typedefs | |
| typedef enum ServerConnectInfo | ServerConnectInfo |
| This contains values representing configuration info for the local server object on connection. More... | |
Enumerations |
Typedef Documentation
| typedef enum ServerConnectInfo ServerConnectInfo |
This contains values representing configuration info for the local server object on connection.
This is a server wide setting and affects all video stream callbacks. When set to SCI_NONE the image will not be correct for aspect ratio. To render correctly the image will require to be resized to the correct aspect. If set to SCI_ASPECT_CORRECT then the Decoder SDK will automatically re-size the image to the correct aspect ratio
Enumeration Type Documentation
| enum ServerConnectInfo |
This contains values representing configuration info for the local server object on connection.
This is a server wide setting and affects all video stream callbacks. When set to SCI_NONE the image will not be correct for aspect ratio. To render correctly the image will require to be resized to the correct aspect. If set to SCI_ASPECT_CORRECT then the Decoder SDK will automatically re-size the image to the correct aspect ratio
| Enumerator | |
|---|---|
| SCI_NONE |
Do not correct the image for aspect ratio. |
| SCI_ASPECT_CORRECT |
Correct the image for aspect ratio. |
