Show / Hide Table of Contents

Class VideoPlayerExtensions

Inheritance
Object
VideoPlayerExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.Video
Assembly: UnityEngine.dll
Syntax
public static class VideoPlayerExtensions

Methods

| Improve this Doc View Source

GetAudioSampleProvider(VideoPlayer, UInt16)

Declaration
public static AudioSampleProvider GetAudioSampleProvider(this VideoPlayer vp, ushort trackIndex)
Parameters
Type Name Description
VideoPlayer vp
UInt16 trackIndex
Returns
Type Description
AudioSampleProvider
  • Improve this Doc
  • View Source
Back to top Generated by DocFX