IMediaEnginePlaybackSource.SetPlaybackSource(IMediaPlaybackSource) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt die Medienwiedergabequelle fest.
public:
void SetPlaybackSource(IMediaPlaybackSource ^ source);
void SetPlaybackSource(IMediaPlaybackSource const& source);
/// [Windows.Foundation.Metadata.Deprecated("Use MediaPlayer instead of MediaEngine. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void SetPlaybackSource(IMediaPlaybackSource const& source);
public void SetPlaybackSource(IMediaPlaybackSource source);
[Windows.Foundation.Metadata.Deprecated("Use MediaPlayer instead of MediaEngine. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void SetPlaybackSource(IMediaPlaybackSource source);
function setPlaybackSource(source)
Public Sub SetPlaybackSource (source As IMediaPlaybackSource)
Parameter
- source
- IMediaPlaybackSource
Die Medienwiedergabequelle.
- Attribute