AppBroadcastBackgroundServiceStreamInfo.VideoEncodingResolutionChanged Событие
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Происходит при изменении разрешения кодирования видео в приложении.
// Register
event_token VideoEncodingResolutionChanged(TypedEventHandler<AppBroadcastBackgroundServiceStreamInfo, IInspectable const&> const& handler) const;
// Revoke with event_token
void VideoEncodingResolutionChanged(event_token const* cookie) const;
// Revoke with event_revoker
AppBroadcastBackgroundServiceStreamInfo::VideoEncodingResolutionChanged_revoker VideoEncodingResolutionChanged(auto_revoke_t, TypedEventHandler<AppBroadcastBackgroundServiceStreamInfo, IInspectable const&> const& handler) const;
public event TypedEventHandler<AppBroadcastBackgroundServiceStreamInfo,object> VideoEncodingResolutionChanged;
function onVideoEncodingResolutionChanged(eventArgs) { /* Your code */ }
appBroadcastBackgroundServiceStreamInfo.addEventListener("videoencodingresolutionchanged", onVideoEncodingResolutionChanged);
appBroadcastBackgroundServiceStreamInfo.removeEventListener("videoencodingresolutionchanged", onVideoEncodingResolutionChanged);
- or -
appBroadcastBackgroundServiceStreamInfo.onvideoencodingresolutionchanged = onVideoEncodingResolutionChanged;
Public Custom Event VideoEncodingResolutionChanged As TypedEventHandler(Of AppBroadcastBackgroundServiceStreamInfo, Object)
Тип события
TypedEventHandler<AppBroadcastBackgroundServiceStreamInfo,Object>
TypedEventHandler<AppBroadcastBackgroundServiceStreamInfo,IInspectable>
Требования к Windows
Возможности приложения |
appBroadcast
appBroadcastSettings
|