An Ogg page. More...
Public Member Functions | |
| int | getAbsoluteGranulePosition () |
| Gets the absolute granule position. More... | |
| boolean | getBeginningOfStream () |
| Gets whether this page is the first page of the bitstream. More... | |
| byte[] | getBytes () |
| Gets the page as a byte array. More... | |
| boolean | getContinuedPacket () |
| Gets whether this page is a continued (not fresh) packet. More... | |
| boolean | getEndOfStream () |
| Gets whether this page is the last page of the bitstream. More... | |
| byte[] | getPayload () |
| Gets the data payload. More... | |
| int | getSequenceNumber () |
| Gets the page sequence number. More... | |
| int | getStreamSerialNumber () |
| Gets the stream serial number. More... | |
| Page () | |
| Initializes a new instance of the fm.liveswitch.ogg.Page class. More... | |
| void | setAbsoluteGranulePosition (int value) |
| Sets the absolute granule position. More... | |
| void | setBeginningOfStream (boolean value) |
| Sets whether this page is the first page of the bitstream. More... | |
| void | setContinuedPacket (boolean value) |
| Sets whether this page is a continued (not fresh) packet. More... | |
| void | setEndOfStream (boolean value) |
| Sets whether this page is the last page of the bitstream. More... | |
| void | setPayload (byte[] value) |
| Sets the data payload. More... | |
| void | setSequenceNumber (int value) |
| Sets the page sequence number. More... | |
| void | setStreamSerialNumber (int value) |
| Sets the stream serial number. More... | |
An Ogg page.
| fm.liveswitch.ogg.Page.Page | ( | ) |
Initializes a new instance of the fm.liveswitch.ogg.Page class.
| int fm.liveswitch.ogg.Page.getAbsoluteGranulePosition | ( | ) |
Gets the absolute granule position.
| boolean fm.liveswitch.ogg.Page.getBeginningOfStream | ( | ) |
Gets whether this page is the first page of the bitstream.
| byte [] fm.liveswitch.ogg.Page.getBytes | ( | ) |
Gets the page as a byte array.
| boolean fm.liveswitch.ogg.Page.getContinuedPacket | ( | ) |
Gets whether this page is a continued (not fresh) packet.
| boolean fm.liveswitch.ogg.Page.getEndOfStream | ( | ) |
Gets whether this page is the last page of the bitstream.
| byte [] fm.liveswitch.ogg.Page.getPayload | ( | ) |
Gets the data payload.
| int fm.liveswitch.ogg.Page.getSequenceNumber | ( | ) |
Gets the page sequence number.
| int fm.liveswitch.ogg.Page.getStreamSerialNumber | ( | ) |
Gets the stream serial number.
| void fm.liveswitch.ogg.Page.setAbsoluteGranulePosition | ( | int | value | ) |
Sets the absolute granule position.
| void fm.liveswitch.ogg.Page.setBeginningOfStream | ( | boolean | value | ) |
Sets whether this page is the first page of the bitstream.
| void fm.liveswitch.ogg.Page.setContinuedPacket | ( | boolean | value | ) |
Sets whether this page is a continued (not fresh) packet.
| void fm.liveswitch.ogg.Page.setEndOfStream | ( | boolean | value | ) |
Sets whether this page is the last page of the bitstream.
| void fm.liveswitch.ogg.Page.setPayload | ( | byte[] | value | ) |
Sets the data payload.
| void fm.liveswitch.ogg.Page.setSequenceNumber | ( | int | value | ) |
Sets the page sequence number.
| void fm.liveswitch.ogg.Page.setStreamSerialNumber | ( | int | value | ) |
Sets the stream serial number.