Search Results for

    Show / Hide Table of Contents

    Class MediaCachingOptions

    Options for configuring media caching.

    Inheritance
    System.Object
    MediaCachingOptions
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class MediaCachingOptions

    Fields

    artwork

    Optional artwork for the cached media in PNG format.

    Declaration
    public byte[] artwork
    Field Value
    Type Description
    System.Byte[]

    maximumRequiredBitRate

    The maximum bitrate of the media to cache in bits per second.

    Declaration
    public double maximumRequiredBitRate
    Field Value
    Type Description
    System.Double

    maximumRequiredResolution

    The maximum resolution of the media to cache.

    Declaration
    public Vector2 maximumRequiredResolution
    Field Value
    Type Description
    Vector2

    minimumRequiredBitRate

    The minimum bitrate of the media to cache in bits per second.

    Declaration
    public double minimumRequiredBitRate
    Field Value
    Type Description
    System.Double

    minimumRequiredResolution

    The minimum resolution of the media to cache.

    Declaration
    public Vector2 minimumRequiredResolution
    Field Value
    Type Description
    Vector2

    title

    Human readable title for the cached media.

    Declaration
    public string title
    Field Value
    Type Description
    System.String
    In This Article