6 #include <xtd/iequatable> 230 bool equals(
const encoder& value)
const noexcept
override {
return guid_ == value.guid_;}
static encoder version() noexcept
An Encoder object that is initialized with the globally unique identifier for the version category...
Definition: encoder.h:216
static encoder transformation() noexcept
An Encoder object that is initialized with the globally unique identifier for the transformation cate...
Definition: encoder.h:200
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
static encoder color_depth() noexcept
An Encoder object that is initialized with the globally unique identifier for the color depth paramet...
Definition: encoder.h:88
static encoder scan_method() noexcept
An Encoder object that is initialized with the globally unique identifier for the scan method categor...
Definition: encoder.h:184
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: iequatable.h:18
static encoder save_flag() noexcept
An Encoder object that is initialized with the globally unique identifier for the save flag category...
Definition: encoder.h:168
static encoder quality() noexcept
An Encoder object that is initialized with the globally unique identifier for the quality parameter c...
Definition: encoder.h:136
An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an...
Definition: encoder.h:38
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be us...
Definition: guid.h:23
encoder(const xtd::guid &guid)
Initializes a new instance of the xtd::drawing::imaging::encoder class from the specified globally un...
Definition: encoder.h:45
const xtd::guid & guid() const noexcept
Gets a globally unique identifier (GUID) that identifies an image encoder parameter category...
Definition: encoder.h:224
static encoder chrominance_table() noexcept
An Encoder object that is initialized with the globally unique identifier for the chrominance table p...
Definition: encoder.h:72
static encoder render_method() noexcept
An Encoder object that is initialized with the globally unique identifier for the renderer method cat...
Definition: encoder.h:152
static encoder luminance_table() noexcept
An Encoder object that is initialized with the globally unique identifier for the luminance table par...
Definition: encoder.h:120
static encoder compression() noexcept
An Encoder object that is initialized with the globally unique identifier for the compression paramet...
Definition: encoder.h:104