diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/SubtitleTrack.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/SubtitleTrack.cs | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/SubtitleTrack.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/SubtitleTrack.cs index af4ece97e..929c001d0 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/SubtitleTrack.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/SubtitleTrack.cs @@ -5,48 +5,48 @@ // <summary>
// Represents a subtitle track to encode.
// </summary>
-// -------------------------------------------------------------------------------------------------------------------- - -namespace HandBrake.ApplicationServices.Interop.Json.Encode -{ - /// <summary> - /// Represents a subtitle track to encode. - /// </summary> - public class SubtitleTrack - { - /// <summary> - /// Gets or sets a value indicating whether burn. - /// </summary> - public bool Burn { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether default. - /// </summary> - public bool Default { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether force. - /// </summary> - public bool Forced { get; set; } - - /// <summary> - /// Gets or sets the id. - /// </summary> - public int ID { get; set; } - - /// <summary> - /// Gets or sets the offset. - /// </summary> - public int Offset { get; set; } - - /// <summary> - /// Gets or sets the track. - /// </summary> - public int Track { get; set; } - - /// <summary> - /// Gets or sets the srt. - /// </summary> - public SRT SRT { get; set; } - } +// --------------------------------------------------------------------------------------------------------------------
+
+namespace HandBrake.ApplicationServices.Interop.Json.Encode
+{
+ /// <summary>
+ /// Represents a subtitle track to encode.
+ /// </summary>
+ public class SubtitleTrack
+ {
+ /// <summary>
+ /// Gets or sets a value indicating whether burn.
+ /// </summary>
+ public bool Burn { get; set; }
+
+ /// <summary>
+ /// Gets or sets a value indicating whether default.
+ /// </summary>
+ public bool Default { get; set; }
+
+ /// <summary>
+ /// Gets or sets a value indicating whether force.
+ /// </summary>
+ public bool Forced { get; set; }
+
+ /// <summary>
+ /// Gets or sets the id.
+ /// </summary>
+ public int ID { get; set; }
+
+ /// <summary>
+ /// Gets or sets the offset.
+ /// </summary>
+ public int Offset { get; set; }
+
+ /// <summary>
+ /// Gets or sets the track.
+ /// </summary>
+ public int Track { get; set; }
+
+ /// <summary>
+ /// Gets or sets the srt.
+ /// </summary>
+ public SRT SRT { get; set; }
+ }
}
\ No newline at end of file |