summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-01-23 15:00:58 +0000
committersr55 <[email protected]>2011-01-23 15:00:58 +0000
commitc0ac2af7f81171a91f726cdf3833af1deadf8511 (patch)
tree3727abbd76bf4ec9c4da492ac9125475a1a10333 /win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs
parentb55c482455353fea828f52d6889ad451202a6a5f (diff)
WinGui:
- Started Hooking up the WPF main window. Initial events subscribed. Some initial bindings and actions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3766 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs')
-rw-r--r--win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs b/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs
index dfc0fbf08..a735902c1 100644
--- a/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs
+++ b/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs
@@ -33,6 +33,11 @@ namespace HandBrake.ApplicationServices.Model
public int Title { get; set; }
/// <summary>
+ /// Gets or sets the Angle
+ /// </summary>
+ public int Angle { get; set; }
+
+ /// <summary>
/// Gets or sets PointToPointMode.
/// </summary>
public PointToPointMode PointToPointMode { get; set; }