toggle menu
RootEncoder
androidJvm
switch theme
search in API
rtmp
/
com.pedro.rtmp.amf.v3
/
Amf3Data
Amf3Data
abstract
class
Amf3Data
Created by pedro on 20/04/21.
Inheritors
Amf3Array
Amf3Double
Amf3False
Amf3Integer
Amf3Null
Amf3Object
Amf3String
Amf3True
Amf3Undefined
Members
Constructors
Amf3Data
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Size
Link copied to clipboard
abstract
fun
getSize
(
)
:
Int
get
Type
Link copied to clipboard
abstract
fun
getType
(
)
:
Amf3Type
read
Body
Link copied to clipboard
abstract
fun
readBody
(
input
:
InputStream
)
read
Header
Link copied to clipboard
fun
readHeader
(
input
:
InputStream
)
:
Amf3Type
write
Body
Link copied to clipboard
abstract
fun
writeBody
(
output
:
OutputStream
)
write
Header
Link copied to clipboard
fun
writeHeader
(
output
:
OutputStream
)