ijkplayer icon indicating copy to clipboard operation
ijkplayer copied to clipboard

iOS能否使用画中画

Open reapple opened this issue 4 years ago • 5 comments

发现IJK底层是AVSampleBufferDisplayLayer,而AVPictureInPictureController需要一个AVPlayLayer初始化。请问如何解决

reapple avatar Jan 29 '21 15:01 reapple

发现IJK底层是AVSampleBufferDisplayLayer,而AVPictureInPictureController需要一个AVPlayLayer初始化。请问如何解决

老哥问题解决了吗

Zuozihao avatar Apr 01 '21 03:04 Zuozihao

没有…

在 2021年4月1日,11:12,Zuozihao @.***> 写道:

发现IJK底层是AVSampleBufferDisplayLayer,而AVPictureInPictureController需要一个AVPlayLayer初始化。请问如何解决

老哥问题解决了吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

reapple avatar Apr 01 '21 04:04 reapple

没有…

老哥,有进展了吗

GCSNNB avatar Mar 30 '22 05:03 GCSNNB

哪里发现IJK底层是AVSampleBufferDisplayLayer的?我只看到CAEAGLLayer

Chang9412 avatar Apr 24 '22 02:04 Chang9412

public init(sampleBufferDisplayLayer: AVSampleBufferDisplayLayer, playbackDelegate: AVPictureInPictureSampleBufferPlaybackDelegate)

现在可以用AVSampleBufferDisplayLayer初始化

Chang9412 avatar Apr 24 '22 02:04 Chang9412