Documentation

VideoApi

VideoApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getDeviceCameraVideoSettings()  : object
Operation getDeviceCameraVideoSettings
getDeviceCameraVideoSettingsAsync()  : PromiseInterface
Operation getDeviceCameraVideoSettingsAsync
getDeviceCameraVideoSettingsAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceCameraVideoSettingsAsyncWithHttpInfo
getDeviceCameraVideoSettingsWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceCameraVideoSettingsWithHttpInfo
updateDeviceCameraVideoSettings()  : object
Operation updateDeviceCameraVideoSettings
updateDeviceCameraVideoSettingsAsync()  : PromiseInterface
Operation updateDeviceCameraVideoSettingsAsync
updateDeviceCameraVideoSettingsAsyncWithHttpInfo()  : PromiseInterface
Operation updateDeviceCameraVideoSettingsAsyncWithHttpInfo
updateDeviceCameraVideoSettingsWithHttpInfo()  : array<string|int, mixed>
Operation updateDeviceCameraVideoSettingsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceCameraVideoSettingsRequest()  : Request
Create request for operation 'getDeviceCameraVideoSettings'
updateDeviceCameraVideoSettingsRequest()  : Request
Create request for operation 'updateDeviceCameraVideoSettings'

Properties

$client

protected ClientInterface $client

Methods

getDeviceCameraVideoSettings()

Operation getDeviceCameraVideoSettings

public getDeviceCameraVideoSettings(string $serial) : object

Returns video settings for the given camera

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceCameraVideoSettingsAsync()

Operation getDeviceCameraVideoSettingsAsync

public getDeviceCameraVideoSettingsAsync(string $serial) : PromiseInterface

Returns video settings for the given camera

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraVideoSettingsAsyncWithHttpInfo()

Operation getDeviceCameraVideoSettingsAsyncWithHttpInfo

public getDeviceCameraVideoSettingsAsyncWithHttpInfo(string $serial) : PromiseInterface

Returns video settings for the given camera

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraVideoSettingsWithHttpInfo()

Operation getDeviceCameraVideoSettingsWithHttpInfo

public getDeviceCameraVideoSettingsWithHttpInfo(string $serial) : array<string|int, mixed>

Returns video settings for the given camera

Parameters
$serial : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

updateDeviceCameraVideoSettings()

Operation updateDeviceCameraVideoSettings

public updateDeviceCameraVideoSettings(string $serial[, UpdateDeviceCameraVideoSettings $update_device_camera_video_settings = null ]) : object

Update video settings for the given camera

Parameters
$serial : string

serial (required)

$update_device_camera_video_settings : UpdateDeviceCameraVideoSettings = null

update_device_camera_video_settings (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateDeviceCameraVideoSettingsAsync()

Operation updateDeviceCameraVideoSettingsAsync

public updateDeviceCameraVideoSettingsAsync(string $serial[, UpdateDeviceCameraVideoSettings $update_device_camera_video_settings = null ]) : PromiseInterface

Update video settings for the given camera

Parameters
$serial : string

(required)

$update_device_camera_video_settings : UpdateDeviceCameraVideoSettings = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceCameraVideoSettingsAsyncWithHttpInfo()

Operation updateDeviceCameraVideoSettingsAsyncWithHttpInfo

public updateDeviceCameraVideoSettingsAsyncWithHttpInfo(string $serial[, UpdateDeviceCameraVideoSettings $update_device_camera_video_settings = null ]) : PromiseInterface

Update video settings for the given camera

Parameters
$serial : string

(required)

$update_device_camera_video_settings : UpdateDeviceCameraVideoSettings = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceCameraVideoSettingsWithHttpInfo()

Operation updateDeviceCameraVideoSettingsWithHttpInfo

public updateDeviceCameraVideoSettingsWithHttpInfo(string $serial[, UpdateDeviceCameraVideoSettings $update_device_camera_video_settings = null ]) : array<string|int, mixed>

Update video settings for the given camera

Parameters
$serial : string

(required)

$update_device_camera_video_settings : UpdateDeviceCameraVideoSettings = null

(optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getDeviceCameraVideoSettingsRequest()

Create request for operation 'getDeviceCameraVideoSettings'

protected getDeviceCameraVideoSettingsRequest(string $serial) : Request
Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateDeviceCameraVideoSettingsRequest()

Create request for operation 'updateDeviceCameraVideoSettings'

protected updateDeviceCameraVideoSettingsRequest(string $serial[, UpdateDeviceCameraVideoSettings $update_device_camera_video_settings = null ]) : Request
Parameters
$serial : string

(required)

$update_device_camera_video_settings : UpdateDeviceCameraVideoSettings = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results