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

[REFACTOR] Encoder 기능 개선 #195

Open
CrewDaniel opened this issue Jul 22, 2022 · 0 comments
Open

[REFACTOR] Encoder 기능 개선 #195

CrewDaniel opened this issue Jul 22, 2022 · 0 comments
Assignees
Labels
Projects

Comments

@CrewDaniel
Copy link
Collaborator

CrewDaniel commented Jul 22, 2022

개선 사항

예외 처리 강화

  • MediaCodec 문서의 Error Handling 부분에 명시된 가능한 에러를 살펴보고, 에러 발생시 처리 또는 사용자 알림

백그라운드 작업 관련 코루틴 코드 개선

  • 중복된 코드 제거
  • MediaCodec에서 제출한 Surface에 채워진 Framebuffer를 하나씩 처리해야 하므로 병렬성보다는 백그라운드 스레드로 돌리는 것에 집중(동시성)
@CrewDaniel CrewDaniel self-assigned this Jul 22, 2022
@CrewDaniel CrewDaniel added this to To do in Boomerang via automation Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant