AppBroadcastBackgroundService.BroadcastLanguage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string representing the language of the current broadcast channel.
public:
property Platform::String ^ BroadcastLanguage { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring BroadcastLanguage();
void BroadcastLanguage(winrt::hstring value);
public string BroadcastLanguage { get; set; }
var string = appBroadcastBackgroundService.broadcastLanguage;
appBroadcastBackgroundService.broadcastLanguage = string;
Public Property BroadcastLanguage As String
Property Value
A string representing the language of the current broadcast channel.
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
|
API contract |
Windows.Media.Capture.AppBroadcastContract (introduced in v2.0)
|