public static class CapabilityStorageControl.GetVideoMetadataResponse extends CommandResponse.Args<CapabilityStorageControl.CommandId>
| Constructor and Description |
|---|
GetVideoMetadataResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration()
Get the duration of the content in hundreds of nanos.
|
java.lang.String |
getSdp()
Get the sdp of the given content.
|
long[] |
getSegmentIds()
Get the segmentIds of the given content.
|
public long[] getSegmentIds()
public java.lang.String getSdp()
public long getDuration()