mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 23:12:10 +00:00
3 lines
147 B
C#
3 lines
147 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public sealed record CreateMediaJobRequest(string InputPath, string OutputPath, ulong? MaxPassThroughBytes = null); |