SourceChangeRequestedEventArgs.Stream 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 le flux multimédia pour le récepteur Lire à.
public:
property IRandomAccessStreamWithContentType ^ Stream { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType Stream();
public IRandomAccessStreamWithContentType Stream { get; }
var iRandomAccessStreamWithContentType = sourceChangeRequestedEventArgs.stream;
Public ReadOnly Property Stream As IRandomAccessStreamWithContentType
Valeur de propriété
Flux multimédia du récepteur Lire à.
Remarques
Pour obtenir un exemple de création d’un récepteur lecture sur un logiciel, consultez Casting multimédia.