Click or drag to resize
FlvTag Class
Represents generic FLV Tag. Depending on TagType, contains Script (Metadata), Video or Audio information.
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.FLVFlvTag

Namespace: StreamCoders.Container.FLV
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class FlvTag

The FlvTag type exposes the following members.

Constructors
  NameDescription
Public methodFlvTag
Initializes a new Instance of StreamCoders.Reader.FLVTag.
Top
Fields
  NameDescription
Public fieldAudioTag
The audio tag.
Public fieldData
The data.
Public fieldDataSize
SizeIncludingHeader of the data.
Public fieldObjectValues
The object values.
Public fieldStreamId
Identifier for the stream.
Public fieldTagType
Type of the tag.
Public fieldTimestamp
The timestamp.
Public fieldTimestampComplete
For convenience, the complete timestamp.
Public fieldTimestampCompleteSeconds
For convenience, the complete timestamp expressed in seconds.
Public fieldTimestampExtended
The timestamp extended.
Public fieldVideoTag
The video tag.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also