◆ showVideo() [1/2]
| inline |
Retrieves information about rendered videos.
Parameters
| paths | The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. |
| options | Optional 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]
| 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]
| inline |
Retrieves information about rendered videos.
(async)
Parameters
| paths | The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation 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]
| inline |
Retrieves information about rendered videos.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation 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.