mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Fix comments
This commit is contained in:
@@ -136,12 +136,12 @@ namespace RedBookPlayer
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents the pre-emphasis flag
|
||||
/// Represents the PRE flag
|
||||
/// </summary>
|
||||
public bool TrackHasEmphasis { get; private set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Represents the PRE flag
|
||||
/// Indicates if de-emphasis should be applied
|
||||
/// </summary>
|
||||
public bool ApplyDeEmphasis { get; private set; } = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user