Class VideoClip
Assembly: UnityEngine.dll
Syntax
public sealed class VideoClip : Object
Properties
audioTrackCount
Declaration
public ushort audioTrackCount { get; }
Property Value
frameCount
Declaration
public ulong frameCount { get; }
Property Value
frameRate
Declaration
public double frameRate { get; }
Property Value
height
Declaration
public uint height { get; }
Property Value
length
Declaration
public double length { get; }
Property Value
originalPath
Declaration
public string originalPath { get; }
Property Value
pixelAspectRatioDenominator
Declaration
public uint pixelAspectRatioDenominator { get; }
Property Value
pixelAspectRatioNumerator
Declaration
public uint pixelAspectRatioNumerator { get; }
Property Value
width
Declaration
public uint width { get; }
Property Value
Methods
GetAudioChannelCount(UInt16)
Declaration
public ushort GetAudioChannelCount(ushort audioTrackIdx)
Parameters
Type |
Name |
Description |
UInt16 |
audioTrackIdx |
|
Returns
GetAudioLanguage(UInt16)
Declaration
public string GetAudioLanguage(ushort audioTrackIdx)
Parameters
Type |
Name |
Description |
UInt16 |
audioTrackIdx |
|
Returns
GetAudioSampleRate(UInt16)
Declaration
public uint GetAudioSampleRate(ushort audioTrackIdx)
Parameters
Type |
Name |
Description |
UInt16 |
audioTrackIdx |
|
Returns
Extension Methods