mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 14:32: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);
|