aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models/LibraryStructureDto/UpdateLibraryOptionsDto.cs
diff options
context:
space:
mode:
authorgnattu <gnattuoc@me.com>2024-08-10 17:10:07 +0800
committergnattu <gnattuoc@me.com>2024-08-26 00:04:05 +0800
commite31c6d3934237ca93a32da311ef6ef03aa20364b (patch)
tree0bc79cf31b4297443f9ea67c10f919d397fcb0ac /Jellyfin.Api/Models/LibraryStructureDto/UpdateLibraryOptionsDto.cs
parentca4bd57b8d4545144c2c4a39b99d189d9a044842 (diff)
Add SubContainer support to CodecProfile
Currently, when specifying codec profiles, the client can only specify profiles applied to direct containers, with no way to apply a profile specifically to HLS or a specific HLS container. This limitation is not suitable for more complex client codec support scenarios. To address this, a SubContainer field is added to CodecProfile. The client can now specify the main container as "hls" to apply the profile exclusively to HLS streams. Additionally, the SubContainer field allows the profile to be applied to a specific HLS container. Currently, this is only used in StreamBuilder for HLS streams. Further changes may be required to extend its usage. Signed-off-by: gnattu <gnattuoc@me.com>
Diffstat (limited to 'Jellyfin.Api/Models/LibraryStructureDto/UpdateLibraryOptionsDto.cs')
0 files changed, 0 insertions, 0 deletions