Files
webRtc/Packages/com.unity.renderstreaming@3.1.0-exp.9/Tests/Editor/VideoCodecInfoObject.cs

11 lines
190 B
C#
Raw Normal View History

2026-04-28 16:48:04 +08:00
using UnityEngine;
namespace Unity.RenderStreaming.EditorTest
{
class VideoCodecInfoObject : ScriptableObject
{
[SerializeField]
public VideoCodecInfo info;
}
}