IDecoderManagerGetSupportedDisplayLayouts Method |  |
Returns list of supported display layouts for the decoder. Different decoders could support different sets of layouts.
Retrieved objects could be used to set decoder layout configuration via
SetDisplayLayout(Decoder, DisplayLayout).
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIList<DisplayLayout> GetSupportedDisplayLayouts(
Decoder decoder
)
Parameters
- decoder Decoder
- Decoder handle for which supported layouts should be retrieved.
Return Value
IListDisplayLayoutThe collection of
DisplayLayout that are supported by specified
decoder.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
|
Remarks
Using this method on a decoder that supports only SingleView and QuadView returns list with 2 layouts of type
DisplayLayout:
- Layout with 1 supported cameos count and description "1x1";
- Layout with 4 supported cameos count and description "2x2".
See Also