Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

[Android] Provide a utility method to set environment variables #466

@tanersener

Description

@tanersener

Some ffmpeg features like FFREPORT requires setting environment variables. iOS/tvOS has a native setenv method that can be used for this purpose. However, Android does not provide a built-in API method to set environment variables.

There is already have a setNativeEnvironmentVariable method in MobileFFmpeg Android API. It is used internally by API functions. Increasing its visibility can help users who need to set environment variables in order to use those ffmpeg features.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions