Search Results for

    Show / Hide Table of Contents

    Class WavWriter

    Inheritance
    System.Object
    WavWriter
    Implements
    System.IDisposable
    Namespace: RenderHeads.Media.AVProMovieCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public class WavWriter : IDisposable

    Constructors

    WavWriter(String, Int32, Int32, WavWriter.SampleFormat)

    Declaration
    public WavWriter(string path, int channelCount, int sampleRate, WavWriter.SampleFormat sampleFormat = WavWriter.SampleFormat.Float32)
    Parameters
    Type Name Description
    System.String path
    System.Int32 channelCount
    System.Int32 sampleRate
    WavWriter.SampleFormat sampleFormat

    Methods

    Dispose()

    Declaration
    public void Dispose()

    WriteHeader(Int32)

    Declaration
    public void WriteHeader(int byteStreamSize)
    Parameters
    Type Name Description
    System.Int32 byteStreamSize

    WriteInterleaved(Single[], Int32)

    Declaration
    public void WriteInterleaved(float[] data, int dataLength = -1)
    Parameters
    Type Name Description
    System.Single[] data
    System.Int32 dataLength

    Implements

    System.IDisposable
    In This Article