fm.liveswitch.vp9.Utility Class Reference

Utility methods. More...

Public Member Functions

 Utility ()
 

Static Public Member Functions

static int deriveHeight (fm.liveswitch.DataBuffer buffer)
 Derives the height. More...
 
static int deriveWidth (fm.liveswitch.DataBuffer buffer)
 Derives the width. More...
 
static boolean isKeyFrame (fm.liveswitch.DataBuffer buffer)
 Determines whether the buffer holds a keyframe. More...
 

Detailed Description

Utility methods.

Constructor & Destructor Documentation

◆ Utility()

fm.liveswitch.vp9.Utility.Utility ( )

Member Function Documentation

◆ deriveHeight()

static int fm.liveswitch.vp9.Utility.deriveHeight ( fm.liveswitch.DataBuffer  buffer)
static

Derives the height.

Parameters
bufferThe buffer.

◆ deriveWidth()

static int fm.liveswitch.vp9.Utility.deriveWidth ( fm.liveswitch.DataBuffer  buffer)
static

Derives the width.

Parameters
bufferThe buffer.

◆ isKeyFrame()

static boolean fm.liveswitch.vp9.Utility.isKeyFrame ( fm.liveswitch.DataBuffer  buffer)
static

Determines whether the buffer holds a keyframe.

Parameters
bufferThe buffer.