Millicast Unity SDK
|
A class to get the Resolution Ids mapped to the respective screen sizes. Can be used to populate the resolution Ids as a dropdown and fetch screen size based on selected Resolution. More...
Classes | |
class | InternalMap |
Public Types | |
enum | SupportedResolutions { RES_720P , RES_1080P , RES_1440P , RES_2K , RES_4K } |
Public Member Functions | |
List< string > | GetResolutionOptions () |
SupportedResolutions | GetResolutionType (string label) |
StreamSize | GetStreamSize (string label) |
StreamSize | GetStreamSize (SupportedResolutions res) |
string | GetResolutionLabel (SupportedResolutions res) |
A class to get the Resolution Ids mapped to the respective screen sizes. Can be used to populate the resolution Ids as a dropdown and fetch screen size based on selected Resolution.