Interface TranscodeSupportType

interface TranscodeSupportType {
    hasAlpha: boolean;
    mimeType: string;
}

Properties

Properties

hasAlpha: boolean
mimeType: string