SOCommDeviceCommunication

constructor(api: BaseSOCommOutsideAPI, pictureDownloadBatchSize: Int = 20, videoDownloadBatchSize: Int = 1)

Parameters

api

The instance of an SOCommOutsideAPI to use for the media-client connection

pictureDownloadBatchSize

The number of pictures to request in one batch when downloading full resolution pictures. Defaults to 20. Only change this when you are aware of the consequences of a too large batch size.

videoDownloadBatchSize

The number of videos to request in one batch when downloading full resolution videos. Defaults to 1. Only change this when you are aware of the consequences of a too large batch size.