audioInstance
s supports most methods relevant to them. See
the corresponding generics help for details.
Noteworthy is that $data
is the canonical way to get data
associated with an audio instance - i.e. played or recorded content.
# S3 method for audioInstance
$(x, name)
# S3 method for audioInstance
resume(x, ...)
# S3 method for audioInstance
pause(x, ...)
# S3 method for audioInstance
rewind(x, ...)
# S3 method for audioInstance
close(con, ...)
# S3 method for audioInstance
play(x, ...)
# S3 method for audioInstance
print(x, ...)
audio instance
name of the attribute - currently only "data" is supported
audio instance (the name is unfortuantely defined in the close
generic like this)
ignored