AppBroadcastServices 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
管理應用程式廣播的狀態。
注意
此 API 需要無法提供給所有 Windows 應用程式的appBroadcast 和 appBroadcastSettings功能。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫此 API 會在執行時間失敗。
public ref class AppBroadcastServices sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppBroadcastContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBroadcastServices final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppBroadcastContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBroadcastServices
Public NotInheritable Class AppBroadcastServices
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.15063.0 引進)
|
API contract |
Windows.Media.Capture.AppBroadcastContract (已於 v1.0 引進)
|
應用程式功能 |
appBroadcast
appBroadcastServices
appBroadcastSettings
|
屬性
BroadcastLanguage |
取得或設定字串,指定應用程式 broadast 的語言設定。 |
BroadcastTitle |
取得或設定廣播的標題。 |
CanCapture |
取得值,指出廣播服務是否可以擷取。 |
CaptureTargetType |
取得或設定值,指定要用於廣播的擷取目標型別。 |
State |
取得應用程式廣播服務的目前狀態。 |
UserName |
取得用於應用程式廣播驗證的使用者名稱。 |
方法
EnterBroadcastModeAsync(AppBroadcastPlugIn) |
讓應用程式廣播服務使用指定的應用程式廣播外掛程式進入廣播模式。 |
ExitBroadcastMode(AppBroadcastExitBroadcastModeReason) |
讓應用程式廣播服務以指定的原因結束廣播模式。 |
PauseBroadcast() |
暫停應用程式廣播。 |
ResumeBroadcast() |
繼續應用程式廣播。 |
StartBroadcast() |
啟動應用程式廣播。 |
StartPreview(Size) |
啟動應用程式廣播預覽。 |