Search Results for

    Show / Hide Table of Contents

    Class AudioReadingRequest

    Audio Reading Request.

    Inheritance
    Object
    AudioReadingRequest
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Acoustics.Tools
    Assembly: Acoustics.Tools.dll
    Syntax
    public class AudioReadingRequest

    Properties

    | Improve this Doc View Source

    Channels

    Gets or sets the target number of Channels.

    Declaration
    public int? Channels { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    End

    Gets or sets the end time relative to the start of the audio reading.

    Declaration
    public TimeSpan End { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Improve this Doc View Source

    MediaType

    Gets or sets the target media type.

    Declaration
    public string MediaType { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    SampleRate

    Gets or sets the target Sample Rate.

    Declaration
    public int? SampleRate { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    Start

    Gets or sets the start time relative to the start of the audio reading.

    Declaration
    public TimeSpan Start { get; set; }
    Property Value
    Type Description
    TimeSpan

    Methods

    | Improve this Doc View Source

    ToString()

    Get a string representation of this audio reading request.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    String representation.

    Overrides
    Object.ToString()
    | Improve this Doc View Source

    Validate()

    Validate this Audio Reading Request.

    Declaration
    public bool Validate()
    Returns
    Type Description
    Boolean

    True if valid, otherwise false.

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Channels
      • End
      • MediaType
      • SampleRate
      • Start
    • Methods
      • ToString()
      • Validate()
    • Extension Methods
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top