VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.Video.Interfaces.IVRCVideoPlayer Interface Reference
Inheritance diagram for VRC.SDK3.Video.Interfaces.IVRCVideoPlayer:

Public Member Functions

void LoadURL (VRCUrl url)
 
void PlayURL (VRCUrl url)
 
void Play ()
 
void Pause ()
 
void Stop ()
 
void SetTime (float value)
 
float GetTime ()
 
float GetDuration ()
 
void OnVideoReady ()
 
void OnVideoError (VideoError videoError)
 
void OnVideoStart ()
 
void OnVideoLoop ()
 
void OnVideoEnd ()
 

Properties

bool Loop [get, set]
 
bool IsPlaying [get]
 
bool IsReady [get]
 
int VideoWidth [get]
 
int VideoHeight [get]
 

Detailed Description

Definition at line 323 of file VRCSDK3.cs.

Member Function Documentation

◆ GetDuration()

◆ GetTime()

◆ LoadURL()

◆ OnVideoEnd()

void VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.OnVideoEnd ( )

◆ OnVideoError()

void VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.OnVideoError ( VideoError  videoError)

◆ OnVideoLoop()

void VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.OnVideoLoop ( )

◆ OnVideoReady()

void VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.OnVideoReady ( )

◆ OnVideoStart()

void VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.OnVideoStart ( )

◆ Pause()

◆ Play()

◆ PlayURL()

◆ SetTime()

void VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.SetTime ( float  value)

◆ Stop()

Property Documentation

◆ IsPlaying

bool VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.IsPlaying
get

◆ IsReady

bool VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.IsReady
get

◆ Loop

bool VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.Loop
getset

◆ VideoHeight

int VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.VideoHeight
get

◆ VideoWidth

int VRC.SDK3.Video.Interfaces.IVRCVideoPlayer.VideoWidth
get

The documentation for this interface was generated from the following file: