Uses of Enum Class
ca.phon.session.MediaUnit
Packages that use MediaUnit
-
Uses of MediaUnit in ca.phon.session
Subclasses with type arguments of type MediaUnit in ca.phon.sessionMethods in ca.phon.session that return MediaUnitModifier and TypeMethodDescriptionstatic MediaUnit
MediaUnit.fromString
(String unitText) IntervalTiers.getMediaUnit()
Get media unit for value provided by getLength()MediaSegment.getUnitType()
Get media unit represented by getStartValue() and getEndValue()static MediaUnit
Returns the enum constant of this class with the specified name.static MediaUnit[]
MediaUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.session with parameters of type MediaUnitModifier and TypeMethodDescriptionvoid
IntervalTiers.setMediaUnit
(MediaUnit mediaUnit) Set media unit for value provided by getLength()void
MediaSegment.setSegment
(float startValue, float endValue, MediaUnit unit) void
MediaSegment.setUnitType
(MediaUnit mediaUnit) Set media unit for segment -
Uses of MediaUnit in ca.phon.session.impl
Methods in ca.phon.session.impl that return MediaUnitModifier and TypeMethodDescriptionIntervalTiersImpl.getMediaUnit()
MediaSegmentImpl.getUnitType()
Methods in ca.phon.session.impl with parameters of type MediaUnitModifier and TypeMethodDescriptionvoid
IntervalTiersImpl.setMediaUnit
(MediaUnit mediaUnit) void
MediaSegmentImpl.setUnitType
(MediaUnit type) Constructors in ca.phon.session.impl with parameters of type MediaUnitModifierConstructorDescriptionIntervalTiersImpl
(float length, MediaUnit mediaUnit, List<String> recordTimelineTiers, List<IntervalTier> intervalTiers) -
Uses of MediaUnit in ca.phon.session.spi
Methods in ca.phon.session.spi that return MediaUnitModifier and TypeMethodDescriptionIntervalTiersSPI.getMediaUnit()
MediaSegmentSPI.getUnitType()
Get the unit type.Methods in ca.phon.session.spi with parameters of type MediaUnitModifier and TypeMethodDescriptionvoid
IntervalTiersSPI.setMediaUnit
(MediaUnit mediaUnit) void
MediaSegmentSPI.setUnitType
(MediaUnit type) Set the unit type