Search Results for

    Show / Hide Table of Contents

    Class MediaReference

    Inheritance
    System.Object
    MediaReference
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class MediaReference : ScriptableObject

    Properties

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String

    Hints

    Declaration
    public MediaHints Hints { get; set; }
    Property Value
    Type Description
    MediaHints

    MediaPath

    Declaration
    public MediaPath MediaPath { get; set; }
    Property Value
    Type Description
    MediaPath

    Methods

    GetCurrentPlatformMediaReference()

    Declaration
    public MediaReference GetCurrentPlatformMediaReference()
    Returns
    Type Description
    MediaReference

    GetPlatformMediaReference(Platform)

    Declaration
    public MediaReference GetPlatformMediaReference(Platform platform)
    Parameters
    Type Name Description
    Platform platform
    Returns
    Type Description
    MediaReference
    In This Article