Closed huynhsontung closed 8 months ago
@lukasf Thank you. Yes, I am aware of these properties in FFmpegMediaSource. I personally don't want to pass FFmpegMediaSource around between components in my project as I want to abstract it away. Having these properties available right on the track is more convenient for me.
Alright, merged. Thank you @huynhsontung
@huynhsontung - Good change, had thought about looking into that as well!
Values for Name and Language propagate to
AudioTrack
andVideoTrack
as expected. Without these values, getting the Name and Language of each stream is a bit cumbersome.