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;
|
private SoundIODevice m_Device;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// The queue that keeps track of the available <see cref="SoundIoAudioTrack"/> in the pool.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private ConcurrentQueue<SoundIoAudioTrack> m_Queue;
|
private ConcurrentQueue<SoundIoAudioTrack> m_Queue;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// The dictionary providing mapping between a TrackID and <see cref="SoundIoAudioTrack"/>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private ConcurrentDictionary<int, SoundIoAudioTrack> m_TrackList;
|
private ConcurrentDictionary<int, SoundIoAudioTrack> m_TrackList;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue