VideoClip

class in UnityEngine.Video

/

Hereda de:Object

Cambiar al Manual

Descripción

A container for video data.

A VideoClip stores the video portion of a movie file using a codec that is appropriate for the target platform. VideoClips are referenced by VideoPlayers to play videos.

Variables

audioTrackCountNumber of audio tracks in the clip.
frameCountThe length of the VideoClip in frames. (Read Only).
frameRateThe frame rate of the clip in frames/second. (Read Only).
heightThe height of the images in the video clip in pixels. (Read Only).
lengthThe length of the video clip in seconds. (Read Only).
originalPathThe video clip path in the project's assets. (Read Only).
pixelAspectRatioDenominatorDenominator of the pixel aspect ratio (num:den). (Read Only).
pixelAspectRatioNumeratorNumerator of the pixel aspect ratio (num:den). (Read Only).
widthThe width of the images in the video clip in pixels. (Read Only).

Funciones Públicas

GetAudioChannelCountThe number of channels in the audio track. E.g. 2 for a stereo track.
GetAudioLanguageGet the audio track language. Can be unknown.
GetAudioSampleRateGet the audio track sampling rate in Hertz.

Miembros heredados

Variables

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameEl nombre del objeto.

Funciones Públicas

GetInstanceIDDevuelve el id de la instancia del objeto.
ToStringReturns the name of the object.

Funciones Estáticas

DestroyRemoves a GameObject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindObjectOfTypeDevuelve el primer objeto activo cargado de tipo type.
FindObjectsOfTypeDevuelve una lista de todos los objetos activos cargados de tipo type.
InstantiateClona el objeto original y devuelve el clon.

Operadores

bool¿Existe el objeto?
operator !=Compare si dos objetos se refieren a un objeto diferente.
operator ==Compara dos referencias de objeto para ver si se refieren al mismo objeto.