M2tsSegmentationMarkers enum
Inserts segmentation markers at each segmentation_time period. rai_segstart sets the Random Access Indicator bit in the adaptation field. rai_adapt sets the RAI bit and adds the current timecode in the private data bytes. psi_segstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebp_legacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.
- Inheritance
- Available extensions
Values
- none → const M2tsSegmentationMarkers
- raiSegstart → const M2tsSegmentationMarkers
- raiAdapt → const M2tsSegmentationMarkers
- psiSegstart → const M2tsSegmentationMarkers
- ebp → const M2tsSegmentationMarkers
- ebpLegacy → const M2tsSegmentationMarkers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toValue(
) → String -
Available on M2tsSegmentationMarkers, provided by the M2tsSegmentationMarkersValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
M2tsSegmentationMarkers> - A constant List of the values in this enum, in order of their declaration.