Uses of Class
ca.phon.session.MediaSegment
Packages that use MediaSegment
-
Uses of MediaSegment in ca.phon.app.session.editor
Fields in ca.phon.app.session.editor with type parameters of type MediaSegmentModifier and TypeFieldDescriptionstatic final EditorEventType
<MediaSegment> EditorEventType.SegmentPlayback
Request playback of provided media segmentMethods in ca.phon.app.session.editor that return MediaSegmentMethods in ca.phon.app.session.editor with parameters of type MediaSegment -
Uses of MediaSegment in ca.phon.app.session.editor.extensions
Classes in ca.phon.app.session.editor.extensions that implement interfaces with type arguments of type MediaSegmentMethod parameters in ca.phon.app.session.editor.extensions with type arguments of type MediaSegmentModifier and TypeMethodDescriptionvoid
MediaDependentTierChanges.performDependentTierChanges
(TierEdit<MediaSegment> tierEdit) -
Uses of MediaSegment in ca.phon.app.session.editor.undo
Subclasses with type arguments of type MediaSegment in ca.phon.app.session.editor.undoConstructors in ca.phon.app.session.editor.undo with parameters of type MediaSegmentModifierConstructorDescriptionRecordSegmentEdit
(SessionEditor editor, Record record, MediaSegment segment) RecordSegmentEdit
(Session session, EditorEventManager editorEventManager, Record record, MediaSegment segment) -
Uses of MediaSegment in ca.phon.app.session.editor.view.common
Classes in ca.phon.app.session.editor.view.common that implement interfaces with type arguments of type MediaSegmentModifier and TypeClassDescriptionclass
Editor for media segments.class
Methods in ca.phon.app.session.editor.view.common that return MediaSegmentModifier and TypeMethodDescriptionprotected MediaSegment
MediaSegmentTierComponent.getValidatedObject()
protected MediaSegment
RecordSegmentEditor.getValidatedObject()
Methods in ca.phon.app.session.editor.view.common that return types with arguments of type MediaSegmentModifier and TypeMethodDescriptionMediaSegmentTierEditorExtension.getFactory()
MediaSegmentTierComponent.getTierEditorListeners()
Methods in ca.phon.app.session.editor.view.common with parameters of type MediaSegmentModifier and TypeMethodDescriptionprotected void
MediaSegmentTierComponent.setValidatedObject
(MediaSegment object) protected void
RecordSegmentEditor.setValidatedObject
(MediaSegment object) Method parameters in ca.phon.app.session.editor.view.common with type arguments of type MediaSegmentModifier and TypeMethodDescriptionvoid
MediaSegmentTierComponent.addTierEditorListener
(TierEditorListener<MediaSegment> listener) void
MediaSegmentTierComponent.removeTierEditorListener
(TierEditorListener<MediaSegment> listener) Constructor parameters in ca.phon.app.session.editor.view.common with type arguments of type MediaSegmentModifierConstructorDescriptionMediaSegmentTierComponent
(SessionEditor editor, Record record, Tier<MediaSegment> tier) -
Uses of MediaSegment in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return MediaSegmentModifier and TypeMethodDescriptionstatic MediaSegment
TranscriptStyleConstants.getMediaSegment
(AttributeSet attrs) Get the media segment associated with the given attributesMethods in ca.phon.app.session.editor.view.transcript with parameters of type MediaSegmentModifier and TypeMethodDescriptionvoid
TranscriptBatchBuilder.appendFormattedSegment
(MediaSegment segment, AttributeSet additionalAttrs) Appends a formatted representation of the provided segment to the batchvoid
TranscriptBatchBuilder.appendFormattedSegment
(MediaSegment segment, AttributeSet additionalAttrs, MediaTimeFormatStyle style) Appends a formatted representation of the provided segment in the provided style to the batchTranscriptDocument.getSegmentBounds
(MediaSegment segment, int includedPos) Gets a record containing the start and end of a specified segment assuming the specified position is somewhere between the twoTranscriptStyleContext.getSegmentDashAttributes
(MediaSegment segment) Gets the attributes for the dash in a given segmentTranscriptStyleContext.getSegmentTimeAttributes
(MediaSegment segment) Gets the attributes for the times in a given segmentstatic void
TranscriptStyleConstants.setMediaSegment
(MutableAttributeSet attrs, MediaSegment segment) Set the media segment for the given attributesConstructors in ca.phon.app.session.editor.view.transcript with parameters of type MediaSegmentModifierConstructorDescriptionSegmentEditorPopup
(SessionMediaModel mediaModel, MediaSegment segment) -
Uses of MediaSegment in ca.phon.app.session.intervalTiers
Classes in ca.phon.app.session.intervalTiers that implement interfaces with type arguments of type MediaSegmentModifier and TypeClassDescriptionclass
Extension for record media segment changes.Method parameters in ca.phon.app.session.intervalTiers with type arguments of type MediaSegmentModifier and TypeMethodDescriptionvoid
IntervalTierDependentTierChanges.performDependentTierChanges
(TierEdit<MediaSegment> tierEdit) -
Uses of MediaSegment in ca.phon.session
Methods in ca.phon.session that return MediaSegmentModifier and TypeMethodDescriptionSessionFactory.createMediaSegment()
Create a new media segmentSessionFactory.createMediaSegment
(MediaSegmentSPI mediaSegmentImpl) Record.getMediaSegment()
Get media segment for recordMethods in ca.phon.session that return types with arguments of type MediaSegmentMethods in ca.phon.session with parameters of type MediaSegmentModifier and TypeMethodDescriptionvoid
Record.setMediaSegment
(MediaSegment segment) Set media segment for recordvoid
MediaSegment.setSegment
(MediaSegment seg) -
Uses of MediaSegment in ca.phon.session.format
Classes in ca.phon.session.format that implement interfaces with type arguments of type MediaSegmentMethods in ca.phon.session.format that return MediaSegmentMethods in ca.phon.session.format with parameters of type MediaSegment -
Uses of MediaSegment in ca.phon.session.impl
Methods in ca.phon.session.impl that return types with arguments of type MediaSegment -
Uses of MediaSegment in ca.phon.session.io.xml.v1_2
Methods in ca.phon.session.io.xml.v1_2 that return MediaSegmentMethods in ca.phon.session.io.xml.v1_2 that return types with arguments of type MediaSegmentMethods in ca.phon.session.io.xml.v1_2 with parameters of type MediaSegment -
Uses of MediaSegment in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 that return MediaSegmentMethods in ca.phon.session.io.xml.v2_0 that return types with arguments of type MediaSegment -
Uses of MediaSegment in ca.phon.session.position
Methods in ca.phon.session.position that return MediaSegmentModifier and TypeMethodDescriptionstatic MediaSegment
SegmentCalculator.contiguousSegment
(Session session, int recordIndex) Get contiguous speech segment for speaker at given record index.static MediaSegment
SegmentCalculator.conversationPeriod
(Session t, int recordIndex) Calculate conversation period from given record -
Uses of MediaSegment in ca.phon.session.spi
Methods in ca.phon.session.spi that return types with arguments of type MediaSegment