toggle menu
RootEncoder
androidJvm
switch theme
search in API
rtsp
/
com.pedro.rtsp.rtsp
/
RtpFrame
Rtp
Frame
data
class
RtpFrame
(
val
buffer
:
ByteArray
,
val
timeStamp
:
Long
,
val
length
:
Int
,
val
channelIdentifier
:
Int
)
Created by pedro on 7/11/18.
Members
Constructors
Rtp
Frame
Link copied to clipboard
constructor
(
buffer
:
ByteArray
,
timeStamp
:
Long
,
length
:
Int
,
channelIdentifier
:
Int
)
Properties
buffer
Link copied to clipboard
val
buffer
:
ByteArray
channel
Identifier
Link copied to clipboard
val
channelIdentifier
:
Int
length
Link copied to clipboard
val
length
:
Int
time
Stamp
Link copied to clipboard
val
timeStamp
:
Long
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Video
Frame
Link copied to clipboard
fun
isVideoFrame
(
)
:
Boolean