IMediaDeviceController Interface
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.
Contrôle les paramètres de l’appareil sur une caméra vidéo ou un microphone.
public interface class IMediaDeviceController
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4143510990, 8346, 18683, 134, 252, 212, 69, 120, 243, 23, 230)]
struct IMediaDeviceController
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4143510990, 8346, 18683, 134, 252, 212, 69, 120, 243, 23, 230)]
public interface IMediaDeviceController
Public Interface IMediaDeviceController
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Méthodes
GetAvailableMediaStreamProperties(MediaStreamType) |
Obtient la liste des propriétés d’encodage prises en charge pour l’appareil. |
GetMediaStreamProperties(MediaStreamType) |
Obtient les propriétés d’encodage du type de flux multimédia spécifié pour l’appareil. |
SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties) |
Définit les propriétés d’encodage de manière asynchrone pour le type de flux multimédia spécifié pour l’appareil. |