I'm encoding video via IMFSinkWriter having multiple audio streams.
Question: Is there any way to set the target stream names so they are shown by players supporting this feature? For example, here is a screenshot of a capable player playing the encoded video with no stream names set.
Notes: I've been unable to find any documentation on this subject. Currently I'm writing to an MP4 container, but if this can be easily achieved with other containers supported by MF, don't hesitate to post your thoughts. Finally, the code will run in a UWP app, so WinRT limitations apply (e.g. no access to the underlying topology).