mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
Added GetAudioStreamUrl to ApiClient
This commit is contained in:
parent
5525d108d3
commit
9f1a7845dd
15
MediaBrowser.Model/DTO/AudioOutputFormats.cs
Normal file
15
MediaBrowser.Model/DTO/AudioOutputFormats.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
namespace MediaBrowser.Model.DTO
|
||||
{
|
||||
/// <summary>
|
||||
/// These are the audio output formats that the api is cabaple of streaming
|
||||
/// </summary>
|
||||
public enum AudioOutputFormats
|
||||
{
|
||||
Aac,
|
||||
Flac,
|
||||
Mp3,
|
||||
Wav,
|
||||
Wma
|
||||
}
|
||||
}
|
||||
@@ -35,6 +35,7 @@
|
||||
<Compile Include="Configuration\BaseApplicationConfiguration.cs" />
|
||||
<Compile Include="Configuration\ServerConfiguration.cs" />
|
||||
<Compile Include="DTO\AudioInfo.cs" />
|
||||
<Compile Include="DTO\AudioOutputFormats.cs" />
|
||||
<Compile Include="DTO\SeriesInfo.cs" />
|
||||
<Compile Include="Authentication\AuthenticationResult.cs" />
|
||||
<Compile Include="DTO\DTOBaseItem.cs" />
|
||||
|
||||
Reference in New Issue
Block a user