ContentInfo
ts
type ContentInfo: object;
Result of probing a content file.
Type declaration
alpha?
ts
optional alpha: boolean;
Whether the media content has alpha channel (transparency).
height
ts
height: number;
Height of the media content, in pixels.
type
ts
type: string;
MIME type of the media content.
width
ts
width: number;
Width of the media content, in pixels.