add live stream params

This commit is contained in:
Luke Pulverenti
2017-07-03 13:16:01 -04:00
parent c4a271534e
commit 6ea8e7868d
10 changed files with 111 additions and 40 deletions

View File

@@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Session
VideoFramerateNotSupported = 17,
VideoLevelNotSupported = 18,
VideoProfileNotSupported = 19,
AudioBitDepthNotSupported = 20
AudioBitDepthNotSupported = 20,
SubtitleCodecNotSupported = 21
}
}