FrameSize Class

NReco.VideoConverter Class Library Documentation
Represents common video frame sizes
Inheritance Hierarchy

SystemObject
  NReco.VideoConverterFrameSize

Namespace:  NReco.VideoConverter
Assembly:  NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax

public class FrameSize

The FrameSize type exposes the following members.

Constructors

  NameDescription
Public methodFrameSize
Initializes a new instance of the FrameSize class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberhd1080
HD1080: 1920x1080
Public fieldStatic memberhd480
HD480: 852x480
Public fieldStatic memberhd720
HD720: 1280x720
Public fieldStatic memberqvga320x200
QVGA: 320x200
Public fieldStatic membersvga800x600
SVGA: 640x480
Public fieldStatic membersxga1280x1024
SXGA: 1280x1024
Public fieldStatic memberuxga1600x1200
UXGA: 1600x1200
Public fieldStatic membervga640x480
VGA: 640x480
Public fieldStatic memberwsxga1600x1024
WSXGA: 1600x1024
Public fieldStatic memberwxga1366x768
WXGA: 1366x768
Public fieldStatic memberxga1024x768
XGA: 1024x768
Top
See Also

Reference