LedVideoDataSource
[ExecuteAlways][RequireComponent(typeof(VideoPlayer))][AddComponentMenu("LED Studio/Data Sources/Video Source")]public sealed class LedVideoDataSource : LedDataSourceBase, ILedSourceFeeds video content from a sibling UnityEngine.Video.VideoPlayer to the LED board.
Add a VideoPlayer component, assign a clip, and this source will
route its output through the LED pipeline automatically.
Properties
Section titled “Properties”
SourceType
Section titled “SourceType”public override LedSourceType SourceType { get; }No description is available for this member.
Returns
LEDStudio.LedSourceType — No return description is available.
IsReady
Section titled “IsReady”public override bool IsReady { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.
IsDirty
Section titled “IsDirty”public override bool IsDirty { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.
OutputTexture
Section titled “OutputTexture”public override Texture OutputTexture { get; }No description is available for this member.
Returns
UnityEngine.Texture — No return description is available.
Player
Section titled “Player”public VideoPlayer Player { get; }No description is available for this member.
Returns
UnityEngine.Video.VideoPlayer — No return description is available.
Methods
Section titled “Methods”
Prepare(Vector2Int)
Section titled “Prepare(Vector2Int)”public override void Prepare(Vector2Int targetResolution)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
targetResolution |
UnityEngine.Vector2Int | |
UpdateSource(in TimeStep)
Section titled “UpdateSource(in TimeStep)”public override void UpdateSource(in TimeStep step)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
step |
ImpossibleRobert.Common.Timing.TimeStep | |
MarkClean()
Section titled “MarkClean()”public override void MarkClean()No description is available for this member.
Release()
Section titled “Release()”public override void Release()No description is available for this member.