Represents common video frame sizes
Inheritance Hierarchy
NReco.VideoConverter.FrameSize
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
The FrameSize type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FrameSize | Initializes a new instance of the FrameSize class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | hd1080 |
HD1080: 1920x1080
|
![]() ![]() | hd480 |
HD480: 852x480
|
![]() ![]() | hd720 |
HD720: 1280x720
|
![]() ![]() | qvga320x200 |
QVGA: 320x200
|
![]() ![]() | svga800x600 |
SVGA: 640x480
|
![]() ![]() | sxga1280x1024 |
SXGA: 1280x1024
|
![]() ![]() | uxga1600x1200 |
UXGA: 1600x1200
|
![]() ![]() | vga640x480 |
VGA: 640x480
|
![]() ![]() | wsxga1600x1024 |
WSXGA: 1600x1024
|
![]() ![]() | wxga1366x768 |
WXGA: 1366x768
|
![]() ![]() | xga1024x768 |
XGA: 1024x768
|
See Also