Search Results for

    Show / Hide Table of Contents

    Class MediaPlayerControlMixerBehaviour

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

    Fields

    audioVolume

    Declaration
    public float audioVolume
    Field Value
    Type Description
    System.Single

    videoPath

    Declaration
    public string videoPath
    Field Value
    Type Description
    System.String

    Methods

    ProcessFrame(Playable, FrameData, Object)

    Declaration
    public override void ProcessFrame(Playable playable, FrameData info, object playerData)
    Parameters
    Type Name Description
    Playable playable
    FrameData info
    System.Object playerData
    In This Article