toggle menu
RootEncoder
androidJvm
switch theme
search in API
rtmp
/
com.pedro.rtmp.amf.v0
/
AmfData
Amf
Data
abstract
class
AmfData
Created by pedro on 20/04/21.
Inheritors
AmfBoolean
AmfDate
AmfLongString
AmfNull
AmfNumber
AmfObject
AmfObjectEnd
AmfStrictArray
AmfString
AmfUndefined
AmfUnsupported
Members
Constructors
Amf
Data
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
(
)
:
AmfType
read
Body
Link copied to clipboard
abstract
fun
readBody
(
input
:
InputStream
)
read
Header
Link copied to clipboard
fun
readHeader
(
input
:
InputStream
)
:
AmfType
write
Body
Link copied to clipboard
abstract
fun
writeBody
(
output
:
OutputStream
)
write
Header
Link copied to clipboard
fun
writeHeader
(
output
:
OutputStream
)