Click or drag to resize

IDecoderManagerGetSelectedDisplayLayout Method

Returns the currently set DisplayLayout on the provided decoder. Returned value could be used to get layout details or store it for further set via SetDisplayLayout(Decoder, DisplayLayout).

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
DisplayLayout GetSelectedDisplayLayout(
	Decoder decoder
)

Parameters

decoder  Decoder
Decoder handle for which currently selected layout should be retrieved.

Return Value

DisplayLayout
The DisplayLayout that is currently selected on specified decoder.
Exceptions
ExceptionCondition
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