public class MediaMeta extends Object
| Constructor and Description |
|---|
MediaMeta() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDurationInSeconds() |
Long |
getSizeInBytes() |
Long |
getSourceSizeInBytes() |
void |
setDurationInSeconds(Long durationInSeconds) |
void |
setSizeInBytes(Long sizeInBytes) |
void |
setSourceSizeInBytes(Long sourceSizeInBytes) |
String |
toString() |
public Long getSourceSizeInBytes()
public void setSourceSizeInBytes(Long sourceSizeInBytes)
public Long getSizeInBytes()
public void setSizeInBytes(Long sizeInBytes)
public Long getDurationInSeconds()
public void setDurationInSeconds(Long durationInSeconds)
Copyright © 2023. All rights reserved.