StreamContainer class

Stream container.

Annotations
  • @freezed

Constructors

StreamContainer.fromJson(Map<String, dynamic> json)
factory
StreamContainer.parse(String name)
Parse a container from name.
factory

Properties

copyWith → $StreamContainerCopyWith<StreamContainer>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
Container name. Can be used as file extension
no setterinherited
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
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

mp4 → const StreamContainer
MPEG-4 Part 14 (.mp4).
tgpp → const StreamContainer
3rd Generation Partnership Project (.3gpp).
webM → const StreamContainer
Web Media (.webm).