Class RemoteSegment
Represents a segment of a remote target audio file.
This is not a hierarchical structure.
Inheritance
RemoteSegment
Assembly: AnalysisPrograms.dll
Syntax
public class RemoteSegment : ISegment<AudioRecording>, IEquatable<ISegment<AudioRecording>>
Constructors
|
Improve this Doc
View Source
RemoteSegment(AudioRecording)
Declaration
public RemoteSegment(AudioRecording source)
Parameters
|
Improve this Doc
View Source
RemoteSegment(AudioRecording, Interval<Double>)
Declaration
public RemoteSegment(AudioRecording source, Interval<double> offsets)
Parameters
|
Improve this Doc
View Source
RemoteSegment(AudioRecording, Double, Double)
Declaration
public RemoteSegment(AudioRecording source, double startOffsetSeconds, double endOffsetSeconds)
Parameters
Properties
|
Improve this Doc
View Source
EndOffsetSeconds
Declaration
public double EndOffsetSeconds { get; }
Property Value
|
Improve this Doc
View Source
Offsets
Declaration
public Interval<double> Offsets { get; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
public AudioRecording Source { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public SourceMetadata SourceMetadata { get; }
Property Value
|
Improve this Doc
View Source
StartOffsetSeconds
Declaration
public double StartOffsetSeconds { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(ISegment<AudioRecording>)
Declaration
public bool Equals(ISegment<AudioRecording> other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
SplitSegment(Double, Double)
Declaration
public ISegment<AudioRecording> SplitSegment(double newStart, double newEnd)
Parameters
Returns
Implements
Extension Methods