Show / Hide Table of Contents

Struct AudioTrackAttributes

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Media
Assembly: UnityEditor.dll
Syntax
public struct AudioTrackAttributes

Fields

| Improve this Doc View Source

channelCount

Declaration
public ushort channelCount
Field Value
Type Description
UInt16
| Improve this Doc View Source

language

Declaration
public string language
Field Value
Type Description
String
| Improve this Doc View Source

sampleRate

Declaration
public MediaRational sampleRate
Field Value
Type Description
MediaRational

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX