@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCTrackEventInit.Builder
extends RTCTrackEventInit
RTCTrackEventInit.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCTrackEventInit.Builder |
bubbles(boolean bubbles) |
default RTCTrackEventInit.Builder |
cancelable(boolean cancelable) |
default RTCTrackEventInit.Builder |
composed(boolean composed) |
default RTCTrackEventInit.Builder |
receiver(RTCRtpReceiver receiver)
The RTCTrackEventInit dictionary's receiver property specifies the RTCRtpReceiver associated with the event.
|
default RTCTrackEventInit.Builder |
streams(JsArray<MediaStream> streams)
The RTCTrackEventInit dictionary's optional streams property provides an array containing a MediaStream object for each of the streams associated with the event's track.
|
default RTCTrackEventInit.Builder |
streams(MediaStream... streams)
The RTCTrackEventInit dictionary's optional streams property provides an array containing a MediaStream object for each of the streams associated with the event's track.
|
default RTCTrackEventInit.Builder |
track(MediaStreamTrack track)
The RTCTrackEventInit dictionary's track property specifies the MediaStreamTrack associated with the track event.
|
default RTCTrackEventInit.Builder |
transceiver(RTCRtpTransceiver transceiver) |
create, receiver, setReceiver, setStreams, setStreams, setTrack, setTransceiver, streams, track, transceiverbubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default RTCTrackEventInit.Builder receiver(@Nonnull RTCRtpReceiver receiver)
@JsOverlay @Nonnull default RTCTrackEventInit.Builder track(@Nonnull MediaStreamTrack track)
@JsOverlay @Nonnull default RTCTrackEventInit.Builder transceiver(@Nonnull RTCRtpTransceiver transceiver)
@JsOverlay @Nonnull default RTCTrackEventInit.Builder streams(@Nonnull JsArray<MediaStream> streams)
@JsOverlay @Nonnull default RTCTrackEventInit.Builder streams(@Nonnull MediaStream... streams)
@JsOverlay @Nonnull default RTCTrackEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default RTCTrackEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default RTCTrackEventInit.Builder composed(boolean composed)