dv_video_timing: Timing to use when creating video playlist

Description Usage Arguments Value See Also Examples

View source: R/playlists.R

Description

By default, all skills have a timing of c(-5, 3), meaning that the video clip will start 5 seconds before the recorded time of the event and end 3 seconds after its recorded time.

Usage

1

Arguments

...

: named parameters that will override the defaults. Each parameter should be a two-element numeric vector

Value

A named list, with names corresponding to skills ("Serve", "Reception", etc).

See Also

dv_video_playlist

Examples

1
2
3
4
5
## defaults
dv_video_timing()

## with different settings for serve and reception
dv_video_timing(serve = c(-2, 2), reception = c(-3, 1))

scienceuntangled/dvideo documentation built on March 13, 2020, 6:50 p.m.