release: Release Object from Memory

Description Usage Arguments Value Author(s) See Also Examples

View source: R/generic.R

Description

Close a Stream or Video object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'Rcpp_Stream'
release(obj)

## S3 method for class 'Rcpp_Video'
release(obj)

## S3 method for class 'Rcpp_VideoWriter'
release(obj)

release(obj)

Arguments

obj

A Video or Stream object.

Value

If successful, the Stream or Video object is cleared from memory

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Stream, stream, Video

Examples

1
# TODO

neuroconductor-devel-releases/Rvision documentation built on Oct. 27, 2020, 1:16 p.m.