CastingSource 类

定义

表示可发送到其他设备的媒体内容。

public ref class CastingSource sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CastingSource final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CastingSource
Public NotInheritable Class CastingSource
继承
Object Platform::Object IInspectable CastingSource
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

可以通过调用相应的 GetAsCastingSource 方法,从 MediaPlayer图像或 HTML 标记获取此对象。 在当前版本中,应用应使用 MediaPlayerMediaPlayerElement 进行媒体播放,但旧 版 MediaElement 控件还提供 GetAsCastingSource 方法。

属性

PreferredSourceUri

获取或设置要与 DLNA ByRef 一起使用的内容的备用 URI。

适用于

另请参阅