Media configuration container class manually cloned from the server project.
More...
|
bool | EnablePicture [get, set] |
|
bool | EnableAudio [get, set] |
|
int | AudioCompressionQuality [get, set] |
| AudioCompressionQuality should be an integer between 0-10, 10 being the best quality More...
|
|
float | PictureFps [get, set] |
| Picture FPS, values under 1 will result in frame rates with fewer than one frames per second More...
|
|
int | PictureCompressionQuality [get, set] |
| PictureCompressionQuality should be an integer between 0-100, 100 being the best quality More...
|
|
int | PictureResolution [get, set] |
| Picture resolution, 0-10, 10 being the largest resolution available More...
|
|
|
static T | IntoRange< T > (T rangeLow, T rangeHigh, T value) |
| If value is within range, returns it. If not then checks if its over or under and returns max, if over and min if under. More...
|
|
Media configuration container class manually cloned from the server project.
static T Halyri.ImportedServiceClasses.MediaConfigurationDto.IntoRange< T > |
( |
T |
rangeLow, |
|
|
T |
rangeHigh, |
|
|
T |
value |
|
) |
| |
|
staticprivate |
If value is within range, returns it. If not then checks if its over or under and returns max, if over and min if under.
- Template Parameters
-
- Parameters
-
rangeLow | Min range |
rangeHigh | Max range |
value | Value |
- Returns
void Halyri.ImportedServiceClasses.MediaConfigurationDto.PerformConstraintCheck |
( |
| ) |
|
Validates AudioComressionQuality and PictureCompressionQuality.
int Halyri.ImportedServiceClasses.MediaConfigurationDto.AudioCompressionQualityMax = 10 |
int Halyri.ImportedServiceClasses.MediaConfigurationDto.AudioCompressionQualityMin = 0 |
int Halyri.ImportedServiceClasses.MediaConfigurationDto.PictureCompressionQualityMax = 100 |
int Halyri.ImportedServiceClasses.MediaConfigurationDto.PictureCompressionQualityMin = 0 |
const float Halyri.ImportedServiceClasses.MediaConfigurationDto.PictureFpsMin = 0.0F |
int Halyri.ImportedServiceClasses.MediaConfigurationDto.AudioCompressionQuality |
|
getset |
AudioCompressionQuality should be an integer between 0-10, 10 being the best quality
bool Halyri.ImportedServiceClasses.MediaConfigurationDto.EnableAudio |
|
getset |
bool Halyri.ImportedServiceClasses.MediaConfigurationDto.EnablePicture |
|
getset |
int Halyri.ImportedServiceClasses.MediaConfigurationDto.PictureCompressionQuality |
|
getset |
PictureCompressionQuality should be an integer between 0-100, 100 being the best quality
float Halyri.ImportedServiceClasses.MediaConfigurationDto.PictureFps |
|
getset |
Picture FPS, values under 1 will result in frame rates with fewer than one frames per second
int Halyri.ImportedServiceClasses.MediaConfigurationDto.PictureResolution |
|
getset |
Picture resolution, 0-10, 10 being the largest resolution available
The documentation for this class was generated from the following file: