diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/Json/Encode/Audio.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Json/Encode/Audio.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/Json/Encode/Audio.cs b/win/CS/HandBrake.Interop/Interop/Json/Encode/Audio.cs index 924185f50..59ddd0481 100644 --- a/win/CS/HandBrake.Interop/Interop/Json/Encode/Audio.cs +++ b/win/CS/HandBrake.Interop/Interop/Json/Encode/Audio.cs @@ -24,11 +24,11 @@ namespace HandBrake.Interop.Interop.Json.Encode /// <summary> /// Gets or sets the copy mask. /// </summary> - public uint[] CopyMask { get; set; } + public string[] CopyMask { get; set; } /// <summary> /// Gets or sets the fallback encoder. /// </summary> - public int FallbackEncoder { get; set; } + public string FallbackEncoder { get; set; } } }
\ No newline at end of file |