Click or drag to resize

TrackEntry Class

A Matroska track entry element.
Inheritance Hierarchy

Namespace:  FM.IceLink.Matroska
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The TrackEntry type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttachmentLinks
Gets or sets the attachment links.
Public propertyAudio
Gets or sets the audio element.
Public propertyCodecDelay
Gets or sets the codec delay.
Public propertyCodecId
Gets or sets the codec identifier.
Public propertyCodecName
Gets or sets the codec name.
Public propertyCodecPrivate
Gets or sets the codec private.
Public propertyContentEncodings
Gets or sets the content encoding elements.
Public propertyDefaultDuration
Gets or sets the default duration.
Public propertyStatic memberDefaultFlagDefault
Gets the default default flag.
Public propertyStatic memberDefaultFlagEnabled
Gets the default enabled flag.
Public propertyStatic memberDefaultFlagForced
Gets the default forced flag.
Public propertyStatic memberDefaultFlagLacing
Gets the default lacing flag.
Public propertyStatic memberDefaultLanguage
Gets the default language.
Public propertyStatic memberDefaultMinCache
Gets the default minimum cache.
Public propertyStatic memberEbmlId
Gets the EBML ID.
Public propertyFlagDefault
Gets or sets the default flag.
Public propertyFlagEnabled
Gets or sets the enabled flag.
Public propertyFlagForced
Gets or sets the forced flag.
Public propertyFlagLacing
Gets or sets the lacing flag.
Public propertyStatic memberH264CodecId
Gets the H.264 codec ID.
Public propertyId
Gets the EBML ID.
(Overrides ElementId.)
Public propertyLanguage
Gets or sets the language.
Public propertyLength
Gets the total length of the element (including ID/size field), set after calling GetBytes.
(Inherited from Element.)
Public propertyMaxCache
Gets or sets the maximum cache.
Public propertyMinCache
Gets or sets the minimum cache.
Public propertyName
Gets or sets the name.
Public propertyStatic memberOpusCodecId
Gets the Opus codec ID.
Public propertyStatic memberPcmaFormatTag
Gets the PCMA format tag.
Public propertyStatic memberPcmCodecId
Gets the PCM codec ID.
Public propertyStatic memberPcmuFormatTag
Gets the PCMU format tag.
Public propertySeekPreRoll
Gets or sets the seek pre-roll.
Public propertySize
Gets the size of the element (excluding ID/size field), set after calling GetBytes.
(Inherited from Element.)
Public propertySizeLength
Gets or sets the length of the size field, in bytes. Defaults to zero (variable size).
(Inherited from Element.)
Public propertyTrackNumber
Gets or sets the track number.
Public propertyTrackTimecodeScale
Gets or sets the track timecode scale.
Public propertyTrackType
Gets or sets the track type.
Public propertyTrackUid
Gets or sets the track UID.
Public propertyVideo
Gets or sets the video element.
Public propertyStatic memberVp8CodecId
Gets the VP8 codec ID.
Public propertyStatic memberVp9CodecId
Gets the VP8 codec ID.
Public propertyWriteDefaultValues
Gets or sets whether to include default values when serializing.
(Inherited from Element.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Serializes to a byte array.
(Inherited from Element.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetInnerBytes
Gets the inner bytes.
(Overrides ElementGetInnerBytes.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Protected methodWrite
Writes a binary element to the stream.
(Inherited from Element.)
Protected methodWriteBool
Writes a boolean element to the stream.
(Inherited from Element.)
Protected methodWriteDate
Writes a date element to the stream.
(Inherited from Element.)
Protected methodWriteDouble
Writes a double element to the stream.
(Inherited from Element.)
Protected methodWriteFloat
Writes a float element to the stream.
(Inherited from Element.)
Protected methodWriteGuid
Writes a GUID element to the stream.
(Inherited from Element.)
Protected methodWriteSignedInteger
Writes an signed integer element to the stream.
(Inherited from Element.)
Protected methodWriteString
Writes an ASCII string element to the stream.
(Inherited from Element.)
Protected methodWriteUnsignedInteger
Writes an unsigned integer element to the stream.
(Inherited from Element.)
Protected methodWriteUtf8
Writes a UTF-8 string element to the stream.
(Inherited from Element.)
Protected methodWriteVariableInteger(Int64, ByteOutputStream)
Writes a variable integer ("vint") to the stream.
(Inherited from Element.)
Protected methodWriteVariableInteger(Int64, ByteOutputStream, Int32)
Writes a variable integer ("vint") to the stream using a fixed length.
(Inherited from Element.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also