mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 12:12:10 +00:00
8 lines
189 B
C#
8 lines
189 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public sealed record MediaJobResult(
|
|
string OutputPath,
|
|
string DetectedFormat,
|
|
string DetectedCodec,
|
|
ulong DurationMs,
|
|
bool PassThrough); |