Interface IBitmapCodecInfo
Represents an available bitmap codec.
Assembly: Dalamud.dll
View Source
Declaration
public interface IBitmapCodecInfo
Properties
Name
Gets the friendly name for the codec.
View Source
Declaration
string Name { get; }
ContainerGuid
Gets the System.Guid
representing the container.
View Source
Declaration
Guid ContainerGuid { get; }
Extensions
Gets the suggested file extensions.
View Source
Declaration
IReadOnlyCollection<string> Extensions { get; }
MimeTypes
Gets the corresponding mime types.
View Source
Declaration
IReadOnlyCollection<string> MimeTypes { get; }