GetMediaForFragmentListOutput class

Constructors

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

Properties

contentType String?
The content type of the requested media.
final
hashCode int
The hash code for this object.
no setterinherited
payload Uint8List?
The payload that Kinesis Video Streams returns is a sequence of chunks from the specified stream. For information about the chunks, see PutMedia. The chunks that Kinesis Video Streams returns in the GetMediaForFragmentList call also include the following additional Matroska (MKV) tags:
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