public sealed class HeifBooleanEncoderParameter : HeifEncoderParameter<bool>Public NotInheritable Class HeifBooleanEncoderParameter
Inherits HeifEncoderParameter(Of Boolean)public ref class HeifBooleanEncoderParameter sealed : public HeifEncoderParameter<bool>[<SealedAttribute>]
type HeifBooleanEncoderParameter =
class
inherit HeifEncoderParameter<bool>
end| DefaultValue |
Gets the default value of this parameter.
(Inherited from HeifEncoderParameterT) |
| HasDefault |
Gets a value indicating whether this parameter has a default value.
(Inherited from HeifEncoderParameterT) |
| Name |
Gets the parameter name.
(Inherited from HeifEncoderParameterT) |
| ParameterType |
Gets the type of the parameter.
(Overrides HeifEncoderParameterTParameterType) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |