add sessionStateToString method on android platform
This commit is contained in:
parent
eda94ad613
commit
b142442551
@ -1185,6 +1185,16 @@ public class FFmpegKitConfig {
|
||||
FFmpegKitConfig.globalLogRedirectionStrategy = logRedirectionStrategy;
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts session state to string.
|
||||
*
|
||||
* @param state session state
|
||||
* @return string value
|
||||
*/
|
||||
public static String sessionStateToString(final SessionState state) {
|
||||
return state.toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>Parses the given command into arguments. Uses space character to split the arguments.
|
||||
* Supports single and double quote characters.
|
||||
|
Loading…
Reference in New Issue
Block a user