SourceChangeRequestedEventArgs.Stream Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il flusso multimediale per il ricevitore Play To.
public:
property IRandomAccessStreamWithContentType ^ Stream { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType Stream();
public IRandomAccessStreamWithContentType Stream { get; }
var iRandomAccessStreamWithContentType = sourceChangeRequestedEventArgs.stream;
Public ReadOnly Property Stream As IRandomAccessStreamWithContentType
Valore della proprietà
Flusso multimediale per il ricevitore Play To.
Commenti
Per un esempio di creazione di un ricevitore Play To software, vedere Cast multimediale.