Skip to content

v1.6

Compare
Choose a tag to compare
@cp6 cp6 released this 14 Oct 02:24
· 61 commits to master since this release
4ca5111

Added

Added some video stream call examples
Added getVideoCollections() this gets the video collection information
Added videoResolutionsArray() this returns video resolutions array
Added videoSize() this returns video size MB|GB
Added exceptions for checking library id and collection guid have been set.
Added create and upload video stream info
Added createVideoForCollection() function

Updated

Updated 'most' video stream functions to no longer need either the library id or collection guid as an input. Use the setters.
Updated video stream properties to not be set as empty
Updated library id and collection guid set check
Updated library id and collection guid functions to return void type, no longer bool.

Other

Fixed documentation for video stream functions
Minor readme fixes