MediaPlaybackSphericalVideoProjection.HorizontalFieldOfViewInDegrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the horizontal field of view, expressed in degrees, used for spherical video projection.
public:
property double HorizontalFieldOfViewInDegrees { double get(); void set(double value); };
double HorizontalFieldOfViewInDegrees();
void HorizontalFieldOfViewInDegrees(double value);
public double HorizontalFieldOfViewInDegrees { get; set; }
var double = mediaPlaybackSphericalVideoProjection.horizontalFieldOfViewInDegrees;
mediaPlaybackSphericalVideoProjection.horizontalFieldOfViewInDegrees = double;
Public Property HorizontalFieldOfViewInDegrees As Double
Property Value
Double
double
The horizontal field of view, expressed in degrees
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.