Header type flags for an fm.liveswitch.ogg.Page.
More...
|
| static byte | getAll () |
| | Gets a value indicating that all values are set. More...
|
| |
| static byte | getFirstPage () |
| | Gets a value indicating whether or not this is the first page in the bitstream. More...
|
| |
| static byte | getIsContinued () |
| | Gets a value indicating whether or not the page is a continuation of a previous page. More...
|
| |
| static byte | getLastPage () |
| | Gets a value indicating whether or not this is the last page in the bitstream. More...
|
| |
| static byte | getNone () |
| | Gets a value indicating an empty value. More...
|
| |
Header type flags for an fm.liveswitch.ogg.Page.
Can be set in the 5th byte of each page.
◆ PageHeaderType()
| fm.liveswitch.ogg.PageHeaderType.PageHeaderType |
( |
| ) |
|
◆ getAll()
| static byte fm.liveswitch.ogg.PageHeaderType.getAll |
( |
| ) |
|
|
static |
Gets a value indicating that all values are set.
◆ getFirstPage()
| static byte fm.liveswitch.ogg.PageHeaderType.getFirstPage |
( |
| ) |
|
|
static |
Gets a value indicating whether or not this is the first page in the bitstream.
◆ getIsContinued()
| static byte fm.liveswitch.ogg.PageHeaderType.getIsContinued |
( |
| ) |
|
|
static |
Gets a value indicating whether or not the page is a continuation of a previous page.
◆ getLastPage()
| static byte fm.liveswitch.ogg.PageHeaderType.getLastPage |
( |
| ) |
|
|
static |
Gets a value indicating whether or not this is the last page in the bitstream.
◆ getNone()
| static byte fm.liveswitch.ogg.PageHeaderType.getNone |
( |
| ) |
|
|
static |
Gets a value indicating an empty value.