1

我通过以下代码观察了属性

VideoProperties videoProperties = await file.Properties.GetVideoPropertiesAsync();
List<string> tmp = new List<string> { };
var fileProperties2 = await file.Properties.RetrievePropertiesAsync(tmp);
foreach (var p in fileProperties2)
{                    
    Debug.WriteLine(p);  
}

我注意到属性“ System.Video.Orientation”与两个视频流不同(当 MSFT 相机 ap 正在录制视频时LandscapePortrait我的问题是有没有办法修改这个属性?
我可以使用MF_MT_XXX媒体类型吗?(详细属性如下快捷方式)(http://msdn.microsoft.com/zh-tw/library/windows/apps/hh452756.aspx)还是有其他方法可以修改此属性?
我尝试了很多方法,但未能设置此属性。

4

0 回答 0