MediaPlaybackSphericalVideoProjection.FrameFormat 屬性

定義

取得或設定值,指定用於球面視訊投影的畫面格式。

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 事件之後,這個屬性的值不保證正確。

適用於