Interface IEmbedMedia
public interface IEmbedMedia
Properties
ContentHash
The hash of the media content.
string? ContentHash { get; }
Property Value
ContentType
The MIME type of the media.
string? ContentType { get; }
Property Value
Description
The description of the media.
string? Description { get; }
Property Value
Duration
The duration of the media in seconds.
int? Duration { get; }
Property Value
- int?
Flags
The bitwise flags for this media.
ulong Flags { get; }
Property Value
Height
The height of the media in pixels.
int? Height { get; }
Property Value
- int?
Placeholder
The base64 encoded placeholder image for lazy loading.
string? Placeholder { get; }
Property Value
ProxyUrl
The proxied URL of the media.
string? ProxyUrl { get; }
Property Value
Url
The URL of the media.
string Url { get; }
Property Value
Width
The width of the media in pixels.
int? Width { get; }
Property Value
- int?