is there any way to get the a video's exact recording date in milliseconds? I use this sample code for making the video. How can I capture a video recording on Android?
Is there any way to extract that information? And I'm talking about when the video was started! Not when the file was created... Is there a way to insert the time? The generall idea is that my colleagues can use the video as well, without the need of deserialising some class where the timeinformation is stored.
Edit For example I get the video from a colleague and then want to determinate when the video was recorded.
Bye JackZ