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