
Gets the URL of the given media track for a given transcript
getMediaUrl.Rd
Gets the URL of the given media track for a given transcript
Examples
if (FALSE) { # \dontrun{
## Get URL for the WAV file for BR2044_OllyOhlson.eaf
wavUrl <- getMediaUrl(labbcat.url, "BR2044_OllyOhlson.eaf")
## Get URL for the 'QuakeFace' video file for BR2044_OllyOhlson.eaf
quakeFaceMp4Url <- getMediaUrl(labbcat.url, "BR2044_OllyOhlson.eaf", "_face", "video/mp4")
} # }