MediaPlaybackSphericalVideoProjection.FrameFormat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定用於球面視訊投影的畫面格式。
public:
property SphericalVideoFrameFormat FrameFormat { SphericalVideoFrameFormat get(); void set(SphericalVideoFrameFormat value); };
SphericalVideoFrameFormat FrameFormat();
void FrameFormat(SphericalVideoFrameFormat value);
public SphericalVideoFrameFormat FrameFormat { get; set; }
var sphericalVideoFrameFormat = mediaPlaybackSphericalVideoProjection.frameFormat;
mediaPlaybackSphericalVideoProjection.frameFormat = sphericalVideoFrameFormat;
Public Property FrameFormat As SphericalVideoFrameFormat
屬性值
值,指定用於球面視訊投影的畫面格式。
備註
在針對相關聯的媒體專案引發 MediaPlayer.MediaOpened 事件之後,這個屬性的值不保證正確。