Aespa
Aespa copied to clipboard
Cant use all AespaOption initializers
I'm trying use this public Init for the AespaOption
public init(asset: Asset, session: Session, log: Log)
But Asset, Log and Session are not accessible due to their 'internal' protection level.
Also AespaCoreSession doesn't take into account the cameraDevicePreference when initializing the video preview on func addMovieInput() throws