MediaPlaybackSphericalVideoProjection.FrameFormat Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui spécifie le format d’image utilisé pour la projection vidéo sphérique.
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
Valeur de propriété
Valeur qui spécifie le format d’image utilisé pour la projection vidéo sphérique.
Remarques
La valeur de cette propriété n’est pas garantie correcte tant que l’événement MediaPlayer.MediaOpened n’a pas été déclenché pour l’élément multimédia associé.