AppBroadcastStreamReader.AudioFrameArrived 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當來自廣播資料流程的新音訊畫面送達時引發。
// Register
event_token AudioFrameArrived(TypedEventHandler<AppBroadcastStreamReader, IInspectable const&> const& handler) const;
// Revoke with event_token
void AudioFrameArrived(event_token const* cookie) const;
// Revoke with event_revoker
AppBroadcastStreamReader::AudioFrameArrived_revoker AudioFrameArrived(auto_revoke_t, TypedEventHandler<AppBroadcastStreamReader, IInspectable const&> const& handler) const;
public event TypedEventHandler<AppBroadcastStreamReader,object> AudioFrameArrived;
function onAudioFrameArrived(eventArgs) { /* Your code */ }
appBroadcastStreamReader.addEventListener("audioframearrived", onAudioFrameArrived);
appBroadcastStreamReader.removeEventListener("audioframearrived", onAudioFrameArrived);
- or -
appBroadcastStreamReader.onaudioframearrived = onAudioFrameArrived;
Public Custom Event AudioFrameArrived As TypedEventHandler(Of AppBroadcastStreamReader, Object)
事件類型
TypedEventHandler<AppBroadcastStreamReader,IInspectable>
Windows 需求
應用程式功能 |
appBroadcast
appBroadcastSettings
|