IDecoderManagerGetSelectedDisplayLayout Method |  |
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxDisplayLayout GetSelectedDisplayLayout(
Decoder decoder
)
Parameters
- decoder Decoder
- Decoder handle for which currently selected layout should be retrieved.
Return Value
DisplayLayoutThe
DisplayLayout that is currently selected on specified
decoder.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
|
Remarks
If decoder is currently in SingleView mode, returned value would be layout with 1 supported cameo and description "1x1".
If decoder is currently in QuadView mode, returned value would be layout with 4 supported cameos count and description "2x2".
In any other case it will contain number of supported cameos and configuration description (ex. "1x1, 8" means 1 bigger cameo and 8 smaller cameos on the right and below).
See Also