Skip to main content

◆ showVideo() [1/2]

ShowVideoResponse kinetica.Kinetica.showVideo (IList< string >paths,
IDictionary< string, string >options = null )
inline

Retrieves information about rendered videos.

Parameters
pathsThe fully-qualified KiFS paths for the videos to show. If empty, shows all videos.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 63248 of file KineticaFunctions.cs.

◆ showVideo() [2/2]

ShowVideoResponse kinetica.Kinetica.showVideo (ShowVideoRequestrequest_)
inline

Retrieves information about rendered videos.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 63216 of file KineticaFunctions.cs.

◆ ShowVideoAsync() [1/2]

async System.Threading.Tasks.Task< ShowVideoResponse > kinetica.Kinetica.ShowVideoAsync (IList< string >paths,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Retrieves information about rendered videos.

(async)

Parameters
pathsThe fully-qualified KiFS paths for the videos to show. If empty, shows all videos.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 63265 of file KineticaFunctions.cs.

◆ ShowVideoAsync() [2/2]

async System.Threading.Tasks.Task< ShowVideoResponse > kinetica.Kinetica.ShowVideoAsync (ShowVideoRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Retrieves information about rendered videos.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 63231 of file KineticaFunctions.cs.