FormatDetails Structure |
Namespace: Alvas.Audio
The FormatDetails type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() | Driver |
Driver id
|
![]() | FormatHandle |
Handle of the format structure that will receive the format details.
|
![]() | FormatIndex |
Index of the format to retrieve details for. The index ranges from zero to one less than the number of standard formats supported by an ACM driver for a format tag.
|
![]() | FormatName |
String that describes the format for the FormatTag type.
|
![]() | FormatTag |
Waveform-audio format tag that the FormatDetails structure describes.
|
![]() | Support |
Driver-support flags specific to the specified format.
|
Name | Description | |
---|---|---|
![]() | ShowFormatTag |
Gets or sets the value indicating whether show format tag in ToString.
|