New feature #284 : Add bitrate, sample rate, and channels to template options and to exports
This commit is contained in:
parent
7f086aeaac
commit
77e61479cf
9 changed files with 89 additions and 55 deletions
|
|
@ -17,7 +17,6 @@ namespace DataLayer
|
|||
|
||||
public class AudioFormat : IComparable<AudioFormat>, IComparable
|
||||
{
|
||||
|
||||
internal int AudioFormatID { get; private set; }
|
||||
public int Bitrate { get; private init; }
|
||||
public int SampleRate { get; private init; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue