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