FrameHeader
ase.FrameHeader (Class)
Implements: ase.types.Serializable
Static Members
BYTE_SIZE: Int
MAGIC: Int
fromBytes(bytes: haxe.io.Bytes): FrameHeader
Name | Type |
---|---|
bytes |
haxe.io.Bytes |
Returns |
---|
FrameHeader |
Instance Members
size: Int
magic: Int
oldNumChunks: Int
duration: Int
numChunks: Int
toBytes(?out: haxe.io.BytesOutput): haxe.io.Bytes
Name | Type | Default |
---|---|---|
out |
haxe.io.BytesOutput | (optional) |
Returns |
---|
haxe.io.Bytes |
toString(): String
Returns |
---|
String |
new(): Void