AppBroadcastState.EncodedVideoSize 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 encoded video size of the app broadcast.
public:
property Size EncodedVideoSize { Size get(); };
Size EncodedVideoSize();
public Size EncodedVideoSize { get; }
var size = appBroadcastState.encodedVideoSize;
Public ReadOnly Property EncodedVideoSize As Size
Property Value
The encoded video size of the app broadcast.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|