Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS i can set AVFileType, but android not found how to set Type #213

Open
wengxianxun opened this issue Dec 10, 2022 · 0 comments
Open

iOS i can set AVFileType, but android not found how to set Type #213

wengxianxun opened this issue Dec 10, 2022 · 0 comments

Comments

@wengxianxun
Copy link

this is iOS code:
if fileType == "mp4" {
exporter.outputFileType = AVFileType.mp4
}else if fileType == "mov" {
exporter.outputFileType = AVFileType.mov
}else if fileType == "m4v" {
exporter.outputFileType = AVFileType.m4v
}else{
exporter.outputFileType = AVFileType.mp4
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant