toggle menu
RootEncoder
androidJvm
switch theme
search in API
srt
/
com.pedro.srt.mpeg2ts
/
Pes
Pes
class
Pes
(
val
pid
:
Int
,
val
isKeyFrame
:
Boolean
,
streamId
:
PesType
,
pts
:
Long
,
val
bufferData
:
ByteBuffer
)
:
MpegTsPayload
Created by pedro on 28/8/23.
Members
Constructors
Pes
Link copied to clipboard
constructor
(
pid
:
Int
,
isKeyFrame
:
Boolean
,
streamId
:
PesType
,
pts
:
Long
,
bufferData
:
ByteBuffer
)
Properties
buffer
Data
Link copied to clipboard
val
bufferData
:
ByteBuffer
is
Key
Frame
Link copied to clipboard
val
isKeyFrame
:
Boolean
=
false
pid
Link copied to clipboard
val
pid
:
Int
Functions
write
Header
Link copied to clipboard
fun
writeHeader
(
buffer
:
ByteBuffer
)