Show / Hide Table of Contents

Class VideoClip

Inheritance
Object
Object
VideoClip
Inherited Members
Object.GetInstanceID()
Object.GetHashCode()
Object.Equals(Object)
Object.name
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate(Object, Transform, Boolean)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Instantiate<T>(T, Transform, Boolean)
Object.Destroy(Object, Single)
Object.Destroy(Object)
Object.DestroyImmediate(Object, Boolean)
Object.DestroyImmediate(Object)
Object.FindObjectsOfType(Type)
Object.DontDestroyOnLoad(Object)
Object.hideFlags
Object.DestroyObject(Object, Single)
Object.DestroyObject(Object)
Object.FindSceneObjectsOfType(Type)
Object.FindObjectsOfTypeIncludingAssets(Type)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.FindObjectsOfTypeAll(Type)
Object.FindObjectOfType(Type)
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Video
Assembly: UnityEngine.dll
Syntax
public sealed class VideoClip : Object

Properties

audioTrackCount

Declaration
public ushort audioTrackCount { get; }
Property Value
Type Description
UInt16

frameCount

Declaration
public ulong frameCount { get; }
Property Value
Type Description
UInt64

frameRate

Declaration
public double frameRate { get; }
Property Value
Type Description
Double

height

Declaration
public uint height { get; }
Property Value
Type Description
UInt32

length

Declaration
public double length { get; }
Property Value
Type Description
Double

originalPath

Declaration
public string originalPath { get; }
Property Value
Type Description
String

pixelAspectRatioDenominator

Declaration
public uint pixelAspectRatioDenominator { get; }
Property Value
Type Description
UInt32

pixelAspectRatioNumerator

Declaration
public uint pixelAspectRatioNumerator { get; }
Property Value
Type Description
UInt32

width

Declaration
public uint width { get; }
Property Value
Type Description
UInt32

Methods

GetAudioChannelCount(UInt16)

Declaration
public ushort GetAudioChannelCount(ushort audioTrackIdx)
Parameters
Type Name Description
UInt16 audioTrackIdx
Returns
Type Description
UInt16

GetAudioLanguage(UInt16)

Declaration
public string GetAudioLanguage(ushort audioTrackIdx)
Parameters
Type Name Description
UInt16 audioTrackIdx
Returns
Type Description
String

GetAudioSampleRate(UInt16)

Declaration
public uint GetAudioSampleRate(ushort audioTrackIdx)
Parameters
Type Name Description
UInt16 audioTrackIdx
Returns
Type Description
UInt32

Extension Methods

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