Represents the resolution od a video stream
| C# | Visual Basic | Visual C++ |
public class Resolution : IEquatable<Resolution>
Public Class Resolution Implements IEquatable(Of Resolution)
public ref class Resolution : IEquatable<Resolution^>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Resolution()()()() |
Initializes a new instance of the Resolution class.
| |
| Resolution(Int32, Int32) |
Initializes a new instance of the Resolution class.
| |
| Equality(Resolution, Resolution) | ||
| Equals(Object) |
Checks if the current Resolution is equal to the parameter object
(Overrides Object.Equals(Object).) | |
| Equals(Resolution) | ||
| GetClosest(Resolution, Resolution) |
Compare two input resolution to this, and
returns the Resolution which has closer pixel number.
| |
| GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | |
| GetPixels()()()() |
Gets the number of pixels.
| |
| Height |
Gets the number of the vertical pixels.
| |
| Inequality(Resolution, Resolution) | ||
| Ratio |
Gets picture ratio of this resolution.
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Width |
Gets the number of the horizonal pixels.
|
| Object | |
| Resolution | |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290