Table of Contents

Interface IEmbedMedia

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IEmbedMedia

Properties

ContentHash

The hash of the media content.

string? ContentHash { get; }

Property Value

string

ContentType

The MIME type of the media.

string? ContentType { get; }

Property Value

string

Description

The description of the media.

string? Description { get; }

Property Value

string

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

ulong

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

string

ProxyUrl

The proxied URL of the media.

string? ProxyUrl { get; }

Property Value

string

Url

The URL of the media.

string Url { get; }

Property Value

string

Width

The width of the media in pixels.

int? Width { get; }

Property Value

int?