SoundPlayer.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 ou définit à Stream partir duquel charger le fichier .wav.
public:
property System::IO::Stream ^ Stream { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream? Stream { get; set; }
public System.IO.Stream Stream { get; set; }
member this.Stream : System.IO.Stream with get, set
Public Property Stream As Stream
Valeur de propriété
À Stream partir duquel charger le fichier .wav, ou null si aucun flux n’est disponible. La valeur par défaut est null.
Remarques
Cette propriété est définie lorsque la SoundLocation propriété est définie null sur un nouvel emplacement sonore valide.