audioInstance-methods | R Documentation |
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 class 'audioInstance'
x$name
## S3 method for class 'audioInstance'
resume(x, ...)
## S3 method for class 'audioInstance'
pause(x, ...)
## S3 method for class 'audioInstance'
rewind(x, ...)
## S3 method for class 'audioInstance'
close(con, ...)
## S3 method for class 'audioInstance'
play(x, ...)
## S3 method for class 'audioInstance'
print(x, ...)
x |
audio instance |
name |
name of the attribute - currently only "data" is supported |
con |
audio instance (the name is unfortuantely defined in the |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.