Skip to main content

EOIRemoveStreamInputs

Encapsulates inputs for the call to the EyesOnIt.RemoveStream method.

Namespace: EyesOnItSDK.Data.Inputs

Properties

NameTypeDescription
StreamUrlstringthe RTSP URL for the stream that is being removed. This URL must exactly match the URL provided to the AddStream method

Constructor

Supports simple construction of an EOIRemoveStreamInputs object.

Signature

Creates an EOIRemoveStreamInputs object from provided parameters.

public EOIRemoveStreamInputs(string streamUrl)

Parameters

NameTypeDescription
streamUrlstringthe RTSP URL for the stream that is being removed. This URL must exactly match the URL provided to the AddStream method

Methods

This class has no methods