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> -
Create a copy of StreamContainer
with the given fields replaced by the non-null parameter values.
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> -
Serializes this StreamContainer to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- m3u8 → const StreamContainer
- M3U8 (.m3u8).
- mp4 → const StreamContainer
- MPEG-4 Part 14 (.mp4).
- tgpp → const StreamContainer
- 3rd Generation Partnership Project (.3gpp).
- webM → const StreamContainer
- Web Media (.webm).