VideoEncodingProperties.CreateUncompressed(String, UInt32, UInt32) Méthode
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.
Crée une instance de VideoEncodingProperties pour une vidéo non compressée.
public:
static VideoEncodingProperties ^ CreateUncompressed(Platform::String ^ subtype, unsigned int width, unsigned int height);
static VideoEncodingProperties CreateUncompressed(winrt::hstring const& subtype, uint32_t const& width, uint32_t const& height);
public static VideoEncodingProperties CreateUncompressed(string subtype, uint width, uint height);
function createUncompressed(subtype, width, height)
Public Shared Function CreateUncompressed (subtype As String, width As UInteger, height As UInteger) As VideoEncodingProperties
Paramètres
- subtype
-
String
Platform::String
winrt::hstring
Sous-type multimédia du format.
- width
-
UInt32
unsigned int
uint32_t
Largeur de l’image vidéo.
- height
-
UInt32
unsigned int
uint32_t
Hauteur de l’image vidéo.
Retours
Propriétés d’encodage vidéo.