AppBroadcastBackgroundServiceStreamInfo.AudioCodec 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 or sets the audio codec used by the app broadcast background service.
public:
property Platform::String ^ AudioCodec { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AudioCodec();
void AudioCodec(winrt::hstring value);
public string AudioCodec { get; set; }
var string = appBroadcastBackgroundServiceStreamInfo.audioCodec;
appBroadcastBackgroundServiceStreamInfo.audioCodec = string;
Public Property AudioCodec As String
Property Value
The audio codec used by the app broadcast background service.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|