Table of Contents

Method OpenMedia

Namespace
RenderHeads.Media.AVProVideo
Assembly
AVProVideo.Runtime.dll

OpenMedia(MediaPath, bool)

public bool OpenMedia(MediaPath path, bool autoPlay = true)

Parameters

path MediaPath
autoPlay bool

Returns

bool

OpenMedia(MediaPathType, string, bool)

public bool OpenMedia(MediaPathType pathType, string path, bool autoPlay = true)

Parameters

pathType MediaPathType
path string
autoPlay bool

Returns

bool

OpenMedia(MediaReference, bool)

public bool OpenMedia(MediaReference mediaReference, bool autoPlay = true)

Parameters

mediaReference MediaReference
autoPlay bool

Returns

bool

OpenMedia(bool)

public bool OpenMedia(bool autoPlay = true)

Parameters

autoPlay bool

Returns

bool