Class TrackMediaType
TrackMediaType defines the type of a track. This attribute is obsolete; it will have no effect.
Inherited Members
Namespace: UnityEngine .Timeline
Assembly: Unity.Timeline.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
[Obsolete("TrackMediaType has been deprecated. It is no longer required, and will be removed in a future release.", false)]
public class TrackMediaType : Attribute
Constructors
TrackMediaType(MediaType)
Constructs a MediaType attribute.
Track
Declaration
public TrackMediaType(TimelineAsset.MediaType mt)
Parameters
Type | Name | Description |
---|---|---|
Timeline |
mt |
Fields
m_MediaType
MediaType of a track.
Track
Declaration
public readonly TimelineAsset.MediaType m_MediaType
Field Value
Type | Description |
---|---|
Timeline |