Questions tagged [nextlevel]

2 questions
2
votes
0 answers

Custom Buffer Rendering in NextLevel's slow motion mode

There's a NextLevel video capture library in Swift called "NextLevel". According to NextLevel's description, https://github.com/NextLevel/NextLevel, it supports Custom Buffer Rendering. But I'd like to know it's supported for slow motion mode. So…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
0
votes
0 answers

How to record Video with playing audio in background and It should not record any other sound using microphone?

I am trying to record video by playing the audio in background. but right now while recording video it record the other sounds also that are coming from any other source. I want to record only audio which I am playing in the Background. I tried to…