audioInstance-methods {audio} | 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.
`$.audioInstance`(x, name) resume.audioInstance(x, ...) pause.audioInstance(x, ...) rewind.audioInstance(x, ...) close.audioInstance(con, ...) play.audioInstance(x, ...) print.audioInstance(x, ...)
x |
audio instance |
name |
name of the attribute - currently only "data" is supported |
con |
audio instance (the name is unfortuantely defined in the close generic like this) |
... |
ignored |