public class Metadata extends Object
VideoItem.setMetadata(Metadata)| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubtitle()
Returns the subordinate title below main title of video.
|
String |
getTitle()
Returns the title of video.
|
void |
setSubtitle(String subtitle)
Sets the subordinate title below main title for video.
|
void |
setTitle(String title)
Sets the title of video.
|
public String getTitle()
public String getSubtitle()
public void setTitle(String title)
title - the title of videopublic void setSubtitle(String subtitle)
subtitle - the subordinate title of videoCopyright © 2017. All rights reserved.