Image.PlayToSource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property PlayToSource ^ PlayToSource { PlayToSource ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToSource may be altered or unavailable for releases after Windows 10.0. Instead, use GetAsCastingSource.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
PlayToSource PlayToSource();
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToSource may be altered or unavailable for releases after Windows 10.0. Instead, use GetAsCastingSource.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
PlayToSource PlayToSource();
public PlayToSource PlayToSource { [Windows.Foundation.Metadata.Deprecated("PlayToSource may be altered or unavailable for releases after Windows 10.0. Instead, use GetAsCastingSource.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public PlayToSource PlayToSource { [Windows.Foundation.Metadata.Deprecated("PlayToSource may be altered or unavailable for releases after Windows 10.0. Instead, use GetAsCastingSource.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var playToSource = image.playToSource;
Public ReadOnly Property PlayToSource As PlayToSource
属性值
一个携带“播放到”源信息的引用对象。
- 属性
注解
你可以使用“播放到”使用户能够轻松地将音频、视频或图像从其计算机流式传输到其家庭网络中的设备。 Image.PlayToSource 专用于此方案的 XAML 映像版本。
“播放到”是“设备”超级按钮的一部分。 用户打开“设备”超级按钮,从其家庭网络中选择要将媒体内容流式传输到的设备。 当用户从“设备”超级按钮中选择“播放到”目标时,“播放到”将触发 SourceRequested 事件。 然后,“播放到”将传递给 SetSource 方法的媒体元素流式传输到用户选择的目标设备。 Image.PlayToSource 提供 PlayToSource 控制器对象, PlayToManager 可在此方案中使用该对象。 有关如何在应用程序中使用“播放到”的示例,请参阅 PlayReady DRM。