Class: VideoBitrateProfileLookupData

VideoBitrateProfileLookupData

Contains a lookup table for all the possible bitrates available. The keys are the profile ids for each profile.

VideoBitrateProfileLookupData(bitrateProfileArray)

Initialize an instance of the current class using the new keyword along with this constructor.
Parameters:
Name Type Description
bitrateProfileArray object An array of objects containing profile data (bitrate, width, height, and id)
Properties:
Name Type Description
profiles object A lookup table containing instances of VideoBitrateProfileData. The key is the 'id' of each VideoBitrateProfileData.