Files
Voile/Voile/api/Voile.Sound.yml

582 lines
16 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Voile.Sound
commentId: T:Voile.Sound
id: Sound
parent: Voile
children:
- Voile.Sound.#ctor(System.String,System.Byte[])
- Voile.Sound.Buffer
- Voile.Sound.BufferSize
- Voile.Sound.Channel
- Voile.Sound.SampleRate
langs:
- csharp
- vb
name: Sound
nameWithType: Sound
fullName: Voile.Sound
type: Class
source:
remote:
path: Voile/Source/Resources/Sound.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: Sound
path: Source/Resources/Sound.cs
startLine: 5
assemblies:
- Voile
namespace: Voile
summary: Represents raw audio samples.
example: []
syntax:
content: 'public class Sound : Resource, IDisposable'
content.vb: Public Class Sound Inherits Resource Implements IDisposable
inheritance:
- System.Object
- Voile.Resource
implements:
- System.IDisposable
inheritedMembers:
- Voile.Resource.Path
- Voile.Resource.Dispose
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: Voile.Sound.Channel
commentId: P:Voile.Sound.Channel
id: Channel
parent: Voile.Sound
langs:
- csharp
- vb
name: Channel
nameWithType: Sound.Channel
fullName: Voile.Sound.Channel
type: Property
source:
remote:
path: Voile/Source/Resources/Sound.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: Channel
path: Source/Resources/Sound.cs
startLine: 7
assemblies:
- Voile
namespace: Voile
syntax:
content: public SoundChannel Channel { get; set; }
parameters: []
return:
type: Voile.SoundChannel
content.vb: Public Property Channel As SoundChannel
overload: Voile.Sound.Channel*
- uid: Voile.Sound.SampleRate
commentId: P:Voile.Sound.SampleRate
id: SampleRate
parent: Voile.Sound
langs:
- csharp
- vb
name: SampleRate
nameWithType: Sound.SampleRate
fullName: Voile.Sound.SampleRate
type: Property
source:
remote:
path: Voile/Source/Resources/Sound.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: SampleRate
path: Source/Resources/Sound.cs
startLine: 8
assemblies:
- Voile
namespace: Voile
syntax:
content: public int SampleRate { get; set; }
parameters: []
return:
type: System.Int32
content.vb: Public Property SampleRate As Integer
overload: Voile.Sound.SampleRate*
- uid: Voile.Sound.Buffer
commentId: P:Voile.Sound.Buffer
id: Buffer
parent: Voile.Sound
langs:
- csharp
- vb
name: Buffer
nameWithType: Sound.Buffer
fullName: Voile.Sound.Buffer
type: Property
source:
remote:
path: Voile/Source/Resources/Sound.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: Buffer
path: Source/Resources/Sound.cs
startLine: 10
assemblies:
- Voile
namespace: Voile
syntax:
content: public byte[]? Buffer { get; }
parameters: []
return:
type: System.Byte[]
content.vb: Public Property Buffer As Byte()
overload: Voile.Sound.Buffer*
- uid: Voile.Sound.BufferSize
commentId: P:Voile.Sound.BufferSize
id: BufferSize
parent: Voile.Sound
langs:
- csharp
- vb
name: BufferSize
nameWithType: Sound.BufferSize
fullName: Voile.Sound.BufferSize
type: Property
source:
remote:
path: Voile/Source/Resources/Sound.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: BufferSize
path: Source/Resources/Sound.cs
startLine: 11
assemblies:
- Voile
namespace: Voile
syntax:
content: public long BufferSize { get; set; }
parameters: []
return:
type: System.Int64
content.vb: Public Property BufferSize As Long
overload: Voile.Sound.BufferSize*
- uid: Voile.Sound.#ctor(System.String,System.Byte[])
commentId: M:Voile.Sound.#ctor(System.String,System.Byte[])
id: '#ctor(System.String,System.Byte[])'
parent: Voile.Sound
langs:
- csharp
- vb
name: Sound(string, byte[])
nameWithType: Sound.Sound(string, byte[])
fullName: Voile.Sound.Sound(string, byte[])
type: Constructor
source:
remote:
path: Voile/Source/Resources/Sound.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: .ctor
path: Source/Resources/Sound.cs
startLine: 13
assemblies:
- Voile
namespace: Voile
syntax:
content: public Sound(string path, byte[] buffer)
parameters:
- id: path
type: System.String
- id: buffer
type: System.Byte[]
content.vb: Public Sub New(path As String, buffer As Byte())
overload: Voile.Sound.#ctor*
nameWithType.vb: Sound.New(String, Byte())
fullName.vb: Voile.Sound.New(String, Byte())
name.vb: New(String, Byte())
references:
- uid: Voile
commentId: N:Voile
href: Voile.html
name: Voile
nameWithType: Voile
fullName: Voile
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: Voile.Resource
commentId: T:Voile.Resource
parent: Voile
href: Voile.Resource.html
name: Resource
nameWithType: Resource
fullName: Voile.Resource
- uid: System.IDisposable
commentId: T:System.IDisposable
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.idisposable
name: IDisposable
nameWithType: IDisposable
fullName: System.IDisposable
- uid: Voile.Resource.Path
commentId: P:Voile.Resource.Path
parent: Voile.Resource
href: Voile.Resource.html#Voile_Resource_Path
name: Path
nameWithType: Resource.Path
fullName: Voile.Resource.Path
- uid: Voile.Resource.Dispose
commentId: M:Voile.Resource.Dispose
parent: Voile.Resource
href: Voile.Resource.html#Voile_Resource_Dispose
name: Dispose()
nameWithType: Resource.Dispose()
fullName: Voile.Resource.Dispose()
spec.csharp:
- uid: Voile.Resource.Dispose
name: Dispose
href: Voile.Resource.html#Voile_Resource_Dispose
- name: (
- name: )
spec.vb:
- uid: Voile.Resource.Dispose
name: Dispose
href: Voile.Resource.html#Voile_Resource_Dispose
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: Voile.Sound.Channel*
commentId: Overload:Voile.Sound.Channel
href: Voile.Sound.html#Voile_Sound_Channel
name: Channel
nameWithType: Sound.Channel
fullName: Voile.Sound.Channel
- uid: Voile.SoundChannel
commentId: T:Voile.SoundChannel
parent: Voile
href: Voile.SoundChannel.html
name: SoundChannel
nameWithType: SoundChannel
fullName: Voile.SoundChannel
- uid: Voile.Sound.SampleRate*
commentId: Overload:Voile.Sound.SampleRate
href: Voile.Sound.html#Voile_Sound_SampleRate
name: SampleRate
nameWithType: Sound.SampleRate
fullName: Voile.Sound.SampleRate
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: Voile.Sound.Buffer*
commentId: Overload:Voile.Sound.Buffer
href: Voile.Sound.html#Voile_Sound_Buffer
name: Buffer
nameWithType: Sound.Buffer
fullName: Voile.Sound.Buffer
- uid: System.Byte[]
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
name: byte[]
nameWithType: byte[]
fullName: byte[]
nameWithType.vb: Byte()
fullName.vb: Byte()
name.vb: Byte()
spec.csharp:
- uid: System.Byte
name: byte
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
- name: '['
- name: ']'
spec.vb:
- uid: System.Byte
name: Byte
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
- name: (
- name: )
- uid: Voile.Sound.BufferSize*
commentId: Overload:Voile.Sound.BufferSize
href: Voile.Sound.html#Voile_Sound_BufferSize
name: BufferSize
nameWithType: Sound.BufferSize
fullName: Voile.Sound.BufferSize
- uid: System.Int64
commentId: T:System.Int64
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int64
name: long
nameWithType: long
fullName: long
nameWithType.vb: Long
fullName.vb: Long
name.vb: Long
- uid: Voile.Sound.#ctor*
commentId: Overload:Voile.Sound.#ctor
href: Voile.Sound.html#Voile_Sound__ctor_System_String_System_Byte___
name: Sound
nameWithType: Sound.Sound
fullName: Voile.Sound.Sound
nameWithType.vb: Sound.New
fullName.vb: Voile.Sound.New
name.vb: New
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String