MediaInfo class Null safety
Constructors
-
MediaInfo({String? contentId, StreamType? streamType, String? contentType, MediaMetadata? mediaMetadata, List<
MediaTrack?> ? mediaTracks, int? streamDuration, List<AdBreakClipInfo?> ? adBreakClips, String? customDataAsJson})
Properties
-
adBreakClips
↔ List<
AdBreakClipInfo?> ? -
read / write
- contentId ↔ String?
-
read / write
- contentType ↔ String?
-
read / write
- customDataAsJson ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- mediaMetadata ↔ MediaMetadata?
-
read / write
-
mediaTracks
↔ List<
MediaTrack?> ? -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- streamDuration ↔ int?
-
read / write
- streamType ↔ StreamType?
-
read / write
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited