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. TrackMediaType is obsolete; it will have no effect.
Declaration
public TrackMediaType(TimelineAsset.MediaType mt)
Parameters
Type | Name | Description |
---|---|---|
TimelineAsset.MediaType | mt |
Fields
m_MediaType
MediaType of a track. TrackMediaType is obsolete; it will have no effect.
Declaration
public readonly TimelineAsset.MediaType m_MediaType
Field Value
Type | Description |
---|---|
TimelineAsset.MediaType |