Audio: Add additional documentation
This commit is contained in:
parent
74e361cf84
commit
ca3e10c79c
1 changed files with 2 additions and 2 deletions
|
@ -31,12 +31,12 @@ namespace Ryujinx.Audio.SoundIo
|
|||
private SoundIODevice m_Device;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// The queue that keeps track of the available <see cref="SoundIoAudioTrack"/> in the pool.
|
||||
/// </summary>
|
||||
private ConcurrentQueue<SoundIoAudioTrack> m_Queue;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// The dictionary providing mapping between a TrackID and <see cref="SoundIoAudioTrack"/>
|
||||
/// </summary>
|
||||
private ConcurrentDictionary<int, SoundIoAudioTrack> m_TrackList;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue