Skip to content

Commit

Permalink
update readerme
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Feb 17, 2024
1 parent 6f12a9a commit 84e3b0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Demo/SwiftUI/Shared/SettingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ struct SettingAudioView: View {
Text("AUGraph").tag(NSStringFromClass(AudioGraphPlayer.self))
Text("AudioUnit").tag(NSStringFromClass(AudioUnitPlayer.self))
Text("AVAudioEngine").tag(NSStringFromClass(AudioEnginePlayer.self))
Text("AVSampleBufferAudioRenderer").tag(NSStringFromClass(AudioRendererPlayer.self))
}
}
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ English | [简体中文](./README_CN.md)
- [x] Multiple audio/video tracks.
- [x] hardware accelerator.
- [x] 4k/HDR/HDR10/HDR10+/Dolby Vision
- [x] show local and online subtitles.
- [x] text subtitle/Closed Captions/image subtitle(dvbsub/dvdsub/pgssub)
- [x] Picture in Picture
- [x] Record video
Expand Down

0 comments on commit 84e3b0b

Please sign in to comment.