Formatting

This commit is contained in:
Nick Sosinski 2021-05-23 19:46:38 -05:00 committed by GitHub
parent 95cb3ec78c
commit c401b8fb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 45 additions and 44 deletions

View File

@ -139,7 +139,8 @@ class DeviceProfileBuilder {
//Device supports Dolby Atmos? //Device supports Dolby Atmos?
if(supportsFeature(minimumSupported: .A12)) { if(supportsFeature(minimumSupported: .A12)) {
TranscodingProfiles = [_AVTranscodingProfile(Container: "mp4", Type: "Video", AudioCodec: "aac,mp3,wav,ac3,eac3,flac,dts,truehd,dca", VideoCodec: "dva1,dvav,dvhe,dvh1,hevc,h264,hev1", Context: "Streaming", Protocol: "hls", MaxAudioChannels: "9", MinSegments: "2", BreakOnNonKeyFrames: true)] } TranscodingProfiles = [_AVTranscodingProfile(Container: "mp4", Type: "Video", AudioCodec: "aac,mp3,wav,ac3,eac3,flac,dts,truehd,dca", VideoCodec: "dva1,dvav,dvhe,dvh1,hevc,h264,hev1", Context: "Streaming", Protocol: "hls", MaxAudioChannels: "9", MinSegments: "2", BreakOnNonKeyFrames: true)]
}
var CodecProfiles: [_AVCodecProfile] = [] var CodecProfiles: [_AVCodecProfile] = []