注释调冗余调用代码
This commit is contained in:
parent
4ff548f2f6
commit
7b6a13e0e3
@ -179,8 +179,8 @@ extension ZZHCustomPlayer {
|
|||||||
|
|
||||||
//用于循环播放时调用,重置assetreader的timeRange
|
//用于循环播放时调用,重置assetreader的timeRange
|
||||||
func quickLoadAReaderWhenReplayBack() {
|
func quickLoadAReaderWhenReplayBack() {
|
||||||
let timeRange = CMTimeRange(start: .zero, duration: .positiveInfinity)
|
// let timeRange = CMTimeRange(start: .zero, duration: .positiveInfinity)
|
||||||
self.quickLoadAReader(timeRange: timeRange)
|
// self.quickLoadAReader(timeRange: timeRange)
|
||||||
}
|
}
|
||||||
|
|
||||||
func quickLoadAssetOutput() {
|
func quickLoadAssetOutput() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user