sensors-xbox
Public Member Functions | List of all members
com.kantarmedia.sensor.xbox.IStreamAdapater Interface Reference

Provides information about the current video More...

Inheritance diagram for com.kantarmedia.sensor.xbox.IStreamAdapater:
UTF8Test.ExampleAdapter

Public Member Functions

IMeta getMeta ()
 player information More...
 
int getPosition ()
 Current position on the stream More...
 
int getDuration ()
 Duration of the stream More...
 
int getWidth ()
 Video width More...
 
int getHeight ()
 Video height More...
 

Detailed Description

Provides information about the current video

Member Function Documentation

◆ getDuration()

int com.kantarmedia.sensor.xbox.IStreamAdapater.getDuration ( )

Duration of the stream

Returns
duration in seconds

Implemented in UTF8Test.ExampleAdapter.

◆ getHeight()

int com.kantarmedia.sensor.xbox.IStreamAdapater.getHeight ( )

Video height

Returns
heigh in px

Implemented in UTF8Test.ExampleAdapter.

◆ getMeta()

IMeta com.kantarmedia.sensor.xbox.IStreamAdapater.getMeta ( )

player information

Returns
player info

Implemented in UTF8Test.ExampleAdapter.

◆ getPosition()

int com.kantarmedia.sensor.xbox.IStreamAdapater.getPosition ( )

Current position on the stream

Returns
position in seconds

Implemented in UTF8Test.ExampleAdapter.

◆ getWidth()

int com.kantarmedia.sensor.xbox.IStreamAdapater.getWidth ( )

Video width

Returns
widht in px

Implemented in UTF8Test.ExampleAdapter.


The documentation for this interface was generated from the following file: