GetMediaOutput class

Constructors

GetMediaOutput({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 Kinesis Video Streams returns is a sequence of chunks from the specified stream. For information about the chunks, see . The chunks that Kinesis Video Streams returns in the GetMedia 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