Version: 1.0.11
Recorder Configuration
VideoKit Recorder allows to adjust the recording quality of your video clips.
#
Video and Audio Configuration#
Using VKRecorderViewControllerIn order to change the recorder configuration of VKRecorderViewController, go ahead and extend your custom Recorder with VKRecorderViewController and set up the view controller delegate.
Then, in your view controller, you are able to change the video configuration in the delegate method configure(video: VKRecorderVideoConfiguration, audio: VKRecorderAudioConfiguration)
RecorderViewController.swift
#
Using VKRecorderIf you are using VKRecorder and implement your own ViewController, you can directly access the public properties videoConfiguration
as well as audioConfiguration
:
MyCustomRecorderViewController.swift
For a detailed list of all video and audio configuration options, please refer to our reference: