PeekMedia
A media asset that a current choice would play. Returned by PeekMedia() for prewarming.
public class PeekMedia
Inheritance System.Object → PeekMedia
Properties
Extension
Optional file extension when authored separately from File.
public string? Extension { get; }
Property Value
File
Source filename (relative to the host’s media root).
public string File { get; }
Property Value
MediaId
Id of the referenced Media definition.
public string MediaId { get; }
Property Value
Type
Media kind (MediaItemType) — lets the host pick the right prewarm path.
public MediaItemType Type { get; }