public class

VideoDescriptor

extends Object
implements Parcelable
java.lang.Object
   ↳ com.gsma.services.rcs.sharing.video.VideoDescriptor

Class Overview

Video descriptor for the default video player

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
int getHeight()
Returns the video height (e.g.
int getWidth()
Returns the video width (e.g.
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Methods

public int getHeight ()

Since: API Level 1.5

Returns the video height (e.g. 144)

Returns
  • Video height

public int getWidth ()

Since: API Level 1.5

Returns the video width (e.g. 176)

Returns
  • Video width