toggle menu
RootEncoder
androidJvm
switch theme
search in API
srt
/
com.pedro.srt.mpeg2ts.psi
/
Sdt
Sdt
class
Sdt
(
idExtension
:
Short
,
var
version
:
Byte
,
originalNetworkId
:
Short
=
0xff01.toShort()
,
var
service
:
Mpeg2TsService
)
:
Psi
Created by pedro on 24/8/23.
SDT (Service Description Table)
A type of PSI packet
Members
Constructors
Sdt
Link copied to clipboard
constructor
(
idExtension
:
Short
,
version
:
Byte
,
originalNetworkId
:
Short
=
0xff01.toShort()
,
service
:
Mpeg2TsService
)
Properties
is
Key
Frame
Link copied to clipboard
val
isKeyFrame
:
Boolean
=
false
pid
Link copied to clipboard
val
pid
:
Int
service
Link copied to clipboard
var
service
:
Mpeg2TsService
version
Link copied to clipboard
var
version
:
Byte
Functions
get
Size
Link copied to clipboard
fun
getSize
(
)
:
Int
get
Table
Data
Size
Link copied to clipboard
open
override
fun
getTableDataSize
(
)
:
Int
write
Link copied to clipboard
fun
write
(
byteBuffer
:
ByteBuffer
)
write
Data
Link copied to clipboard
open
override
fun
writeData
(
byteBuffer
:
ByteBuffer
)