toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.file
/
AmityVideo
Amity
Video
class
AmityVideo
(
file
:
AmityRawFile
)
:
AmityFileInfo
Members
Constructors
Amity
Video
Link copied to clipboard
constructor
(
file
:
AmityRawFile
)
Types
Companion
Link copied to clipboard
object
Companion
Quality
Link copied to clipboard
enum
Quality
:
Enum
<
AmityVideo.Quality
>
Status
Link copied to clipboard
enum
Status
:
Enum
<
AmityVideo.Status
>
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
File
Extension
Link copied to clipboard
fun
getFileExtension
(
)
:
String
?
get
File
Id
Link copied to clipboard
fun
getFileId
(
)
:
String
get
File
Name
Link copied to clipboard
fun
getFileName
(
)
:
String
get
File
Path
Link copied to clipboard
fun
getFilePath
(
)
:
String
?
get
File
Size
Link copied to clipboard
fun
getFileSize
(
)
:
Int
get
Metadata
Link copied to clipboard
fun
getMetadata
(
)
:
JsonObject
?
get
Mime
Type
Link copied to clipboard
fun
getMimeType
(
)
:
String
get
Progress
Percentage
Link copied to clipboard
fun
getProgressPercentage
(
)
:
Int
get
Resolutions
Link copied to clipboard
fun
getResolutions
(
)
:
List
<
AmityVideoResolution
>
get
Status
Link copied to clipboard
fun
getStatus
(
)
:
String
?
get
Uri
Link copied to clipboard
fun
getUri
(
)
:
Uri
?
get
Url
Link copied to clipboard
fun
getUrl
(
)
:
String
?
get
Video
Url
Link copied to clipboard
fun
getVideoUrl
(
resolution
:
AmityVideoResolution
?
=
null
)
:
String
?
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)