Class RemoteSegmentWithData
Inheritance
RemoteSegmentWithData
Assembly: AnalysisPrograms.dll
Syntax
public class RemoteSegmentWithData : RemoteSegment, ISegment<AudioRecording>, IEquatable<ISegment<AudioRecording>>
Constructors
|
Improve this Doc
View Source
RemoteSegmentWithData(AudioRecording, Interval<Double>, IList<Object>)
Declaration
public RemoteSegmentWithData(AudioRecording source, Interval<double> offsets, IList<object> data)
Parameters
|
Improve this Doc
View Source
RemoteSegmentWithData(AudioRecording, Interval<Double>, Object[])
Declaration
public RemoteSegmentWithData(AudioRecording source, Interval<double> offsets, object[] data)
Parameters
Properties
|
Improve this Doc
View Source
Data
Declaration
public IReadOnlyCollection<object> Data { get; }
Property Value
Methods
|
Improve this Doc
View Source
SplitSegment(Double, Double)
Declaration
public ISegment<AudioRecording> SplitSegment(double newStart, double newEnd)
Parameters
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods