Class EmbedMedia
public class EmbedMedia : IEmbedMedia
- Inheritance
-
objectEmbedMedia
- Implements
Properties
ContentHash
The hash of the media content.
public string? ContentHash { get; set; }
Property Value
ContentType
The MIME type of the media.
public string? ContentType { get; set; }
Property Value
Description
The description of the media.
public string? Description { get; set; }
Property Value
Duration
The duration of the media in seconds.
public int? Duration { get; set; }
Property Value
- int?
Flags
The bitwise flags for this media.
public ulong Flags { get; set; }
Property Value
Height
The height of the media in pixels.
public int? Height { get; set; }
Property Value
- int?
Placeholder
The base64 encoded placeholder image for lazy loading.
public string? Placeholder { get; set; }
Property Value
ProxyUrl
The proxied URL of the media.
public string? ProxyUrl { get; set; }
Property Value
Url
The URL of the media.
public string Url { get; set; }
Property Value
Width
The width of the media in pixels.
public int? Width { get; set; }
Property Value
- int?
Methods
Create(FluxerBaseClient, EmbedMediaJson?)
Create a EmbedMedia object from json.
public static EmbedMedia? Create(FluxerBaseClient client, EmbedMediaJson? json)
Parameters
clientFluxerBaseClientjsonEmbedMediaJson