AppBroadcastBackgroundServiceStreamInfo.StreamState 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 value indicating the app broadcast stream state.
public:
property AppBroadcastStreamState StreamState { AppBroadcastStreamState get(); };
AppBroadcastStreamState StreamState();
public AppBroadcastStreamState StreamState { get; }
var appBroadcastStreamState = appBroadcastBackgroundServiceStreamInfo.streamState;
Public ReadOnly Property StreamState As AppBroadcastStreamState
Property Value
A value indicating the app broadcast stream state.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|