Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 3 of 3) sorted by relevance

/webrtc/rtp/src/codecs/vp9/
H A Dmod.rs25 initialized: bool, field
34 .field("initialized", &self.initialized) in fmt()
84 if !self.initialized { in payload()
94 self.initialized = true; in payload()
/webrtc/examples/examples/data-channels-create/
H A DREADME.md3 …e difference with the data-channels example is that the datachannel is initialized from the WebRTC…
/webrtc/examples/examples/
H A DREADME.md23 … difference with the data-channels example is that the data channel is initialized from the server…
26 …ence with the data-channels-detach example is that the data channel is initialized in this example.