public final class ShareVideo extends ShareMedia
Use ShareVideo.Builder to create instances
| Modifier and Type | Class and Description |
|---|---|
static class |
ShareVideo.Builder
Builder for the
ShareVideo class. |
ShareMedia.Type| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ShareVideo> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
android.net.Uri |
getLocalUrl()
This method supplies the URL to locate the video.
|
ShareMedia.Type |
getMediaType() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
getParameterspublic static final android.os.Parcelable.Creator<ShareVideo> CREATOR
@Nullable public android.net.Uri getLocalUrl()
Uri that points to the location of the video on disk.public int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class ShareMediapublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class ShareMediapublic ShareMedia.Type getMediaType()
getMediaType in class ShareMedia