The '''VideoTextureProvider''' component is used to display and play video. This component importantly implements both [[Type:ITexture2D|ITexture2D]] and [[Type:IAudioSource|IAudioSource]] which means it can be used as both a texture and a source of audio like a [[Component:StaticAudioClip|StaticAudioClip]]
<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Playback|SyncPlayback|
|Playback|{{RootFieldType|SyncPlayback}}|TypeAdv0=true| controls the playback of both the audio and visual elements of this component at the same time.
|URL|Uri|
|URL|Uri| The website or file source of the video. Like a youtube video or a file on a machine.
|Stream|Bool|
|Stream|Bool| Whether this video should stream the data or cache it
|Volume|Float|
|Volume|Float| The volume of the video when being used as an [[Type:IAudioSource|IAudioSource]] in an audio player.
|ForcePlaybackEngine|String|
|ForcePlaybackEngine|String| The engine to use for playback like UnityPlaybackEngine or LibVLC.
|ForceVideoStreamingServiceParsing|Bool|
|ForceVideoStreamingServiceParsing|Bool| Whether to force parsing a streaming service like Twitch.
|CurrentPlaybackEngine|String|
|VideoTitle|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv6=true| The field to populate with the name of the video that has been loaded.
|FilterMode|TextureFilterMode|
|CurrentPlaybackEngine|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv7=true| The current engine being used for playback
|AnisotropicLevel|Int|
|CurrentClockError|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv8=true| The amount of seconds the player may have in error due to lag or otherwise.
|AudioTrackIndex|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>'''|TypeAdv13=true| the audio track that the video player should use to play
|MaxHeight|Nullable`1|TypeString14=Int?|
|PreferAudioOnly|Bool| whether to parse the video source as audio only rather than video and audio. An example of an audio only is an MP3 file type.
|MaxWidth|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>'''|TypeAdv15=true| The max pixels on the x axis that will be rendered when using this as a texture.
|MaxHeight|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>'''|TypeAdv16=true| The max pixels on the y axis that will be rendered when using this as a texture.
This component is often seen with [[Video Player|Video Players]], as they implement [[Type:ITexture2D|ITexture2D]] (meaning they are also a texture) and also implement IAudioSource (Which mean that are also like an audio clip) and can be used by users in different ways (i.e. Multiple screens and speakers sharing one Video Player texture).
<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
{{stub}}
<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
* [[Component:PlaybackSynchronizer]] for synchronizing playables
Video Texture Provider component as seen in the Scene Inspector
The VideoTextureProvider component is used to display and play video. This component importantly implements both ITexture2D and IAudioSource which means it can be used as both a texture and a source of audio like a StaticAudioClip
This component is often seen with Video Players, as they implement ITexture2D (meaning they are also a texture) and also implement IAudioSource (Which mean that are also like an audio clip) and can be used by users in different ways (i.e. Multiple screens and speakers sharing one Video Player texture).
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.