Condividi tramite


SourceChangeRequestedEventArgs.Stream Proprietà

Definizione

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.

Si applica a

Vedi anche