GetClipOutput class

Constructors

GetClipOutput({String? contentType, Uint8List? payload})

Properties

contentType String?
The content type of the media in the requested clip.
final
hashCode int
The hash code for this object.
no setterinherited
payload Uint8List?
Traditional MP4 file that contains the media clip from the specified video stream. The output will contain the first 100 MB or the first 200 fragments from the specified start timestamp. For more information, see Kinesis Video Streams Limits.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited