Ozeki VoIP SDK Class library
Resolution Class
NamespacesOzeki.Media.VideoResolution
Represents the resolution od a video stream
Declaration Syntax
C#Visual BasicVisual C++
public class Resolution : IEquatable<Resolution>
Public Class Resolution
	Implements IEquatable(Of Resolution)
public ref class Resolution : IEquatable<Resolution^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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()()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()()().)
Width
Gets the number of the horizonal pixels.

Inheritance Hierarchy
Object
Resolution

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290