Method OpenMedia
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- AVProVideo.Runtime.dll
public bool OpenMedia(MediaPath path, bool autoPlay = true)
Parameters
path MediaPath
autoPlay bool
Returns
- bool
public bool OpenMedia(MediaPathType pathType, string path, bool autoPlay = true)
Parameters
pathType MediaPathType
path string
autoPlay bool
Returns
- bool
public bool OpenMedia(MediaReference mediaReference, bool autoPlay = true)
Parameters
mediaReference MediaReference
autoPlay bool
Returns
- bool
public bool OpenMedia(bool autoPlay = true)
Parameters
autoPlay bool
Returns
- bool