MediaPlaybackSphericalVideoProjection.FrameFormat Propriété

Définition

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é.

S’applique à