Click or drag to resize

SegmentInfo Class

A Matroska segment info element.
Inheritance Hierarchy

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

The SegmentInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDateUtc
Gets or sets the date in UTC time.
Public propertyStatic memberDefaultTimecodeScale
Gets the default timecode scale.
Public propertyDuration
Gets or sets the duration.
Public propertyStatic memberEbmlId
Gets the EBML ID.
Public propertyId
Gets the EBML ID.
(Overrides ElementId.)
Public propertyLength
Gets the total length of the element (including ID/size field), set after calling GetBytes.
(Inherited from Element.)
Public propertyMuxingApp
Gets or sets the muxing application.
Public propertyNextFilename
Gets or sets the next filename.
Public propertyNextUid
Gets or sets the next UID.
Public propertyPrevFilename
Gets or sets the previous filename.
Public propertyPrevUid
Gets or sets the previous UID.
Public propertySegmentFilename
Gets or sets the segment filename.
Public propertySegmentUid
Gets or sets the segment UID.
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 propertyTimecodeScale
Gets or sets the timecode scale.
Public propertyTitle
Gets or sets the title.
Public propertyWriteDefaultValues
Gets or sets whether to include default values when serializing.
(Inherited from Element.)
Public propertyWritingApp
Gets or sets the writing application.
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 methodMerge
Merges another SegmentInfo into this one.
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