video

video

A static service that provides useful tools when working with video content

Methods

(static) hhmmss(seconds) → {String}

Source:
Example
//Returns 01:02:00
fluro.video.hhmmss(62)
Parameters:
Name Type Description
seconds Number The number of seconds to get duration for
Returns:
The query string
Type
String

(static) readableMilliseconds(milliseconds) → {String}

Source:
Example
fluro.video.readableMilliseconds(100000)
Parameters:
Name Type Description
milliseconds Number The number of milliseconds to get duration for
Returns:
The query string
Type
String

(static) readableSeconds(seconds) → {String}

Source:
Example
fluro.video.readableSeconds(10)
Parameters:
Name Type Description
seconds Number The number of seconds to get duration for
Returns:
The query string
Type
String