MediaPlaybackSphericalVideoProjection.FrameFormat Property

Definition

Gets or sets a value that specifies the frame format used for spherical video projection.

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

Property Value

A value that specifies the frame format used for spherical video projection.

Remarks

The value of this property is not guaranteed to be correct until after the MediaPlayer.MediaOpened event has been raised for the associated media item.

Applies to