mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 03:13:17 +01:00
Added GetVideoStreamUrl to ApiClient
This commit is contained in:
parent
86f162fd7c
commit
8e9571e828
22
MediaBrowser.Model/DTO/VideoOutputFormats.cs
Normal file
22
MediaBrowser.Model/DTO/VideoOutputFormats.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
namespace MediaBrowser.Model.DTO
|
||||
{
|
||||
/// <summary>
|
||||
/// These are the audio output formats that the api is cabaple of streaming
|
||||
/// This does not limit the inputs, only the outputs.
|
||||
/// </summary>
|
||||
public enum VideoOutputFormats
|
||||
{
|
||||
Avi,
|
||||
Asf,
|
||||
M4v,
|
||||
Mkv,
|
||||
Mov,
|
||||
Mp4,
|
||||
Ogv,
|
||||
ThreeGP,
|
||||
Ts,
|
||||
Webm,
|
||||
Wmv
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user