ffprobe can used to list the properties of streams available in the video.
ffprobe -i -show_streams
Above command list codec properties such as codec_name, codec_long_name, codec_type etc., of each stream individually.
Refer this stackoverflow answer for more info.
https://github.com/bravobit/FFmpeg-Android - FFMpeg/FFprobe compiled for Android.