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 MediaUnitMediaUnit.fromString(String unitText) IntervalTiers.getMediaUnit()Get media unit for value provided by getLength()MediaSegment.getUnitType()Get media unit represented by getStartValue() and getEndValue()static MediaUnitReturns 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 TypeMethodDescriptionvoidIntervalTiers.setMediaUnit(MediaUnit mediaUnit) Set media unit for value provided by getLength()voidMediaSegment.setSegment(float startValue, float endValue, MediaUnit unit) voidMediaSegment.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 TypeMethodDescriptionvoidIntervalTiersImpl.setMediaUnit(MediaUnit mediaUnit) voidMediaSegmentImpl.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 TypeMethodDescriptionvoidIntervalTiersSPI.setMediaUnit(MediaUnit mediaUnit) voidMediaSegmentSPI.setUnitType(MediaUnit type) Set the unit type