toggle menu
RootEncoder
androidJvm
switch theme
search in API
rtsp
/
com.pedro.rtsp.rtsp
Package-level
declarations
Types
Types
Protocol
Link copied to clipboard
enum
Protocol
:
Enum
<
Protocol
>
Created by pedro on 24/02/17.
Rtp
Frame
Link copied to clipboard
data
class
RtpFrame
(
val
buffer
:
ByteArray
,
val
timeStamp
:
Long
,
val
length
:
Int
,
val
channelIdentifier
:
Int
)
Created by pedro on 7/11/18.
Rtsp
Client
Link copied to clipboard
class
RtspClient
(
connectChecker
:
ConnectChecker
)
Created by pedro on 10/02/17.
Rtsp
Sender
Link copied to clipboard
class
RtspSender
(
connectChecker
:
ConnectChecker
,
commandsManager
:
CommandsManager
)
:
BaseSender
Created by pedro on 7/11/18.