Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

W

w(String, String) - Static method in class org.webrtc.Logging
 
w(String, String, Throwable) - Static method in class org.webrtc.Logging
 
WebRtcAudioEffects - Class in org.webrtc.voiceengine
 
WebRtcAudioManager - Class in org.webrtc.voiceengine
 
WebRtcAudioRecord - Class in org.webrtc.voiceengine
 
WebRtcAudioRecord.AudioRecordStartErrorCode - Enum in org.webrtc.voiceengine
 
WebRtcAudioRecord.AudioSamples - Class in org.webrtc.voiceengine
Contains audio sample information.
WebRtcAudioRecord.WebRtcAudioRecordErrorCallback - Interface in org.webrtc.voiceengine
 
WebRtcAudioRecord.WebRtcAudioRecordSamplesReadyCallback - Interface in org.webrtc.voiceengine
Called when new audio samples are ready.
WebRtcAudioTrack - Class in org.webrtc.voiceengine
 
WebRtcAudioTrack.AudioTrackStartErrorCode - Enum in org.webrtc.voiceengine
 
WebRtcAudioTrack.ErrorCallback - Interface in org.webrtc.voiceengine
 
WebRtcAudioTrack.WebRtcAudioTrackErrorCallback - Interface in org.webrtc.voiceengine
Deprecated.
WebRtcAudioUtils - Class in org.webrtc.voiceengine
 
WebRtcAudioUtils() - Constructor for class org.webrtc.voiceengine.WebRtcAudioUtils
 
WebSocketChannelClient - Class in app.library.linkflow.apprtc
WebSocket client implementation.
WebSocketChannelClient(Handler, WebSocketChannelClient.WebSocketChannelEvents) - Constructor for class app.library.linkflow.apprtc.WebSocketChannelClient
 
WebSocketChannelClient.WebSocketChannelEvents - Interface in app.library.linkflow.apprtc
Callback interface for messages delivered on WebSocket.
WebSocketChannelClient.WebSocketConnectionState - Enum in app.library.linkflow.apprtc
Possible WebSocket connection states.
WebSocketRTCClient - Class in app.library.linkflow.apprtc
Negotiates signaling for chatting with https://appr.tc "rooms".
WebSocketRTCClient(AppRTCClient.SignalingEvents) - Constructor for class app.library.linkflow.apprtc.WebSocketRTCClient
 
width - Variable in class app.library.linkflow.rtmp.Resolution
 
width - Variable in class org.webrtc.CameraEnumerationAndroid.CaptureFormat
 
width - Variable in class org.webrtc.Size
 
width - Variable in class org.webrtc.VideoDecoder.Settings
 
width - Variable in class org.webrtc.VideoEncoder.Settings
 
WifiAPItem - Class in app.library.linkflow.manager.item
 
WifiAPItem(String, String) - Constructor for class app.library.linkflow.manager.item.WifiAPItem
 
WifiAPModel - Class in app.library.linkflow.manager.model
 
WifiAPModel(InnerSettingListener) - Constructor for class app.library.linkflow.manager.model.WifiAPModel
 
WifiAPModel.Listener - Interface in app.library.linkflow.manager.model
 
WifiConnectHelper - Class in app.library.linkflow.connect
 
WifiConnectHelper(Context) - Constructor for class app.library.linkflow.connect.WifiConnectHelper
 
WifiConnectHelper.ConnectListener - Interface in app.library.linkflow.connect
 
WifiConnectHelper.UploadListener - Interface in app.library.linkflow.connect
 
WifiStatusItem - Class in app.library.linkflow.connect
 
WifiStatusItem(String, String, boolean) - Constructor for class app.library.linkflow.connect.WifiStatusItem
 
WindowAckRequired - Exception in app.library.linkflow.rtmp2.simplertmp.io
Thrown by RTMP read thread when an Acknowledgement packet needs to be sent to acknowledge the RTMP window size.
WindowAckRequired(int, RtmpPacket) - Constructor for exception app.library.linkflow.rtmp2.simplertmp.io.WindowAckRequired
Used when the window acknowledgement size was reached, whilst fully reading an RTMP packet or not.
WindowAckSize - Class in app.library.linkflow.rtmp2.simplertmp.packets
Window Acknowledgement Size Also known as ServerBW ("Server bandwidth") in some RTMP implementations.
WindowAckSize(RtmpHeader) - Constructor for class app.library.linkflow.rtmp2.simplertmp.packets.WindowAckSize
 
WindowAckSize(int, ChunkStreamInfo) - Constructor for class app.library.linkflow.rtmp2.simplertmp.packets.WindowAckSize
 
WindowSurface - Class in app.library.linkflow.rtmp.encoder.gles
Recordable EGL window surface.
WindowSurface(EglCore, Surface, boolean) - Constructor for class app.library.linkflow.rtmp.encoder.gles.WindowSurface
Associates an EGL surface with the native window surface.
WindowSurface(EglCore, SurfaceTexture) - Constructor for class app.library.linkflow.rtmp.encoder.gles.WindowSurface
Associates an EGL surface with the SurfaceTexture.
wrap(int, int, ByteBuffer, int, ByteBuffer, int, ByteBuffer, int, Runnable) - Static method in class org.webrtc.JavaI420Buffer
Wraps existing ByteBuffers into JavaI420Buffer object without copying the contents.
write(byte[]) - Method in class app.library.linkflow.rtmp.RtmpClient
Sends data to server
write(byte[], int, int) - Method in class app.library.linkflow.rtmp.RtmpClient
Sends data to server
write_flv_header(boolean, boolean) - Method in class app.library.linkflow.rtmp.RTMPMuxer
 
writeAudio(byte[], int, long) - Method in interface app.library.linkflow.rtmp.IMediaMuxer
 
writeAudio(byte[], int, int, long) - Method in class app.library.linkflow.rtmp.RTMPMuxer
Write raw aac data
writeAudio(byte[], int, long) - Method in class app.library.linkflow.rtmp.RTMPStreamer
 
writeAudioHeader(byte[], int) - Method in interface app.library.linkflow.rtmp.IMediaMuxer
 
writeAudioHeader(byte[], int) - Method in class app.library.linkflow.rtmp.RTMPStreamer
 
writeBody(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.packets.ContentData
Method is public for content (audio/video) Write this packet body without chunking; useful for dumping audio/video streams
writeC0(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.packets.Handshake
Generates and writes the first handshake packet (C0)
writeC1(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.packets.Handshake
Generates and writes the second handshake packet (C1)
writeC2(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.packets.Handshake
Generates and writes the third handshake packet (C2)
writeDouble(OutputStream, double) - Static method in class app.library.linkflow.rtmp2.simplertmp.Util
 
writeFLVHeader(boolean, boolean) - Method in class app.library.linkflow.rtmp.RTMPStreamer
 
writeNullTo(OutputStream) - Static method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfNull
 
writeNumberTo(OutputStream, double) - Static method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfNumber
 
writeStringTo(OutputStream, String, boolean) - Static method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfString
 
writeTo(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfArray
 
writeTo(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfBoolean
 
writeTo(OutputStream) - Method in interface app.library.linkflow.rtmp2.simplertmp.amf.AmfData
Write/Serialize this AMF data intance (Object/string/integer etc) to the specified OutputStream
writeTo(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfMap
 
writeTo(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfNull
 
writeTo(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfNumber
 
writeTo(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfObject
 
writeTo(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfString
 
writeTo(OutputStream) - Method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfUndefined
 
writeTo(OutputStream, RtmpHeader.ChunkType, ChunkStreamInfo) - Method in class app.library.linkflow.rtmp2.simplertmp.packets.RtmpHeader
 
writeTo(OutputStream, int, ChunkStreamInfo) - Method in class app.library.linkflow.rtmp2.simplertmp.packets.RtmpPacket
 
writeUndefinedTo(OutputStream) - Static method in class app.library.linkflow.rtmp2.simplertmp.amf.AmfUndefined
 
writeUnsignedInt16(OutputStream, int) - Static method in class app.library.linkflow.rtmp2.simplertmp.Util
 
writeUnsignedInt24(OutputStream, int) - Static method in class app.library.linkflow.rtmp2.simplertmp.Util
 
writeUnsignedInt32(OutputStream, int) - Static method in class app.library.linkflow.rtmp2.simplertmp.Util
 
writeUnsignedInt32LittleEndian(OutputStream, int) - Static method in class app.library.linkflow.rtmp2.simplertmp.Util
 
writeVideo(byte[], int, long) - Method in interface app.library.linkflow.rtmp.IMediaMuxer
 
writeVideo(byte[], int, long, boolean) - Method in interface app.library.linkflow.rtmp.IMediaMuxer
 
writeVideo(byte[], int, int, long, int) - Method in class app.library.linkflow.rtmp.RTMPMuxer
write h264 nal units
writeVideo(byte[], int, long) - Method in class app.library.linkflow.rtmp.RTMPStreamer
 
writeVideo(byte[], int, long, boolean) - Method in class app.library.linkflow.rtmp.RTMPStreamer
 
writeVideoHeader(byte[], int) - Method in interface app.library.linkflow.rtmp.IMediaMuxer
 
writeVideoHeader(byte[], int) - Method in class app.library.linkflow.rtmp.RTMPStreamer
 
wssPostUrl - Variable in class app.library.linkflow.apprtc.AppRTCClient.SignalingParameters
 
wssUrl - Variable in class app.library.linkflow.apprtc.AppRTCClient.SignalingParameters
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Skip navigation links