AdaptiveTrackInfo Class |
Namespace: StreamCoders.Adaptive.Common
The AdaptiveTrackInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | AverageBitrate |
Gets the average (measured) bitrate of the current stream.
|
![]() | Bitrate |
Get bitrate of track by pulling value out of Video or Audio class depending on TrackCategory.
(Inherited from ExtendedTrackInfo.) |
![]() | Codec |
The codec used in this particular track.
(Inherited from TrackInfo.) |
![]() | CodecObject | (Inherited from ExtendedTrackInfo.) |
![]() | DecoderSpecificData |
Get decoder data of track by pulling value out of Video or Audio class depending on TrackCategory.
(Inherited from ExtendedTrackInfo.) |
![]() | Media |
Contains codec specific configuration.
(Inherited from TrackInfo.) |
![]() | MediaContentType |
Contains general category of this track
(Inherited from TrackInfo.) |
![]() | TrackNumber |
The track number uniquely identifies the track in a container.
(Inherited from TrackInfo.) |
Name | Description | |
---|---|---|
![]() | ClearSamples |
Clears all buffered samples.
|
![]() | GetBitrates |
Retrieves all supported bitrates.
|
![]() | GetNextSample |
Retrieves the next adaptive sample from this track.
|
![]() | SelectBitrate |
Selects the next bitrate to be used.
|
![]() | ShallowCopy |
Creates a shallow copy of TrackInfo using MemberwiseClone (Inherited from TrackInfo.) |
Name | Description | |
---|---|---|
![]() | Adaptations |
A list of adaptations containing pertaining to a track.
|
![]() | Id | (Inherited from ExtendedTrackInfo.) |
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |