diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-20 21:36:12 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-20 21:36:12 -0400 |
| commit | 3b4be92038bb517385696d6f12f08c23a79eda44 (patch) | |
| tree | 168620b01e67be65b3a190209ed801183b2a36bd /MediaBrowser.Model/ApiClient/IApiClient.cs | |
| parent | 247400717e0768238436a9fdeae268de7c26d8cc (diff) | |
expose more dlna profile settings in the web interface
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 782ca0c17..323373106 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -924,14 +924,6 @@ namespace MediaBrowser.Model.ApiClient string GetVideoStreamUrl(VideoStreamOptions options); /// <summary> - /// Formulates a url for streaming audio using the HLS protocol - /// </summary> - /// <param name="options">The options.</param> - /// <returns>System.String.</returns> - /// <exception cref="ArgumentNullException">options</exception> - string GetHlsAudioStreamUrl(StreamOptions options); - - /// <summary> /// Formulates a url for streaming video using the HLS protocol /// </summary> /// <param name="options">The options.</param> |
