diff options
author | sr55 <[email protected]> | 2015-01-10 18:14:11 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-10 18:14:11 +0000 |
commit | 2d7ab4d15eb9ea450787831445cbf79d5192d18c (patch) | |
tree | dbc3547f778aecfd0ee35cd065d54971260f92a5 /win/CS/HandBrake.Interop/HandBrakeInterop/Json/Scan | |
parent | 0c5b67ec4b331028bac27c6761ae371dc75391b2 (diff) |
WinGui:
- Fix the DRC call
- Adding a HandBrake instance manager for scanning to make calls into the libhb helper methods easier.
- Remove codecparam from the audio models
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6724 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Json/Scan')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Json/Scan/AudioList.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Json/Scan/AudioList.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Json/Scan/AudioList.cs index b91511cfc..aaacee197 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Json/Scan/AudioList.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Json/Scan/AudioList.cs @@ -43,5 +43,10 @@ namespace HandBrake.Interop.Json.Scan /// Gets or sets the sample rate.
/// </summary>
public int SampleRate { get; set; }
+
+ /// <summary>
+ /// Gets or sets the codec.
+ /// </summary>
+ public int Codec { get; set; }
}
}
\ No newline at end of file |