Update DeviceProfileBuilder.swift
This commit is contained in:
parent
6a634fa636
commit
8a86f43a9e
|
@ -168,6 +168,7 @@ class DeviceProfileBuilder {
|
|||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "sub", Method: "Embed"))
|
||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "subrip", Method: "Embed"))
|
||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "srt", Method: "Embed"))
|
||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "pgs", Method: "Embed"))
|
||||
|
||||
let ResponseProfiles: [_AVResponseProfile] = [_AVResponseProfile(Type: "Video", Container: "m4v", MimeType: "video/mp4")]
|
||||
|
||||
|
|
Loading…
Reference in New Issue