| SmoothStreamingAdaptiveTrackInfo Class |
Namespace: StreamCoders.Adaptive
The SmoothStreamingAdaptiveTrackInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| SmoothStreamingAdaptiveTrackInfo | Initializes a new instance of the SmoothStreamingAdaptiveTrackInfo class | |
| SmoothStreamingAdaptiveTrackInfo(SmoothStreamingClient, StreamIndex) | Initializes a new instance of the SmoothStreamingAdaptiveTrackInfo class |
| Name | Description | |
|---|---|---|
| Active | ||
| AverageBitrate | (Overrides AdaptiveTrackInfoAverageBitrate.) | |
| 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.) | |
| Language | ||
| Media |
Contains codec specific configuration.
(Inherited from TrackInfo.) | |
| MediaContentType |
Contains general category of this track
(Inherited from TrackInfo.) | |
| SelectedBitrate | ||
| TrackNumber |
The track number uniquely identifies the track in a container.
(Inherited from TrackInfo.) |
| Name | Description | |
|---|---|---|
| ClearSamples | (Overrides AdaptiveTrackInfoClearSamples.) | |
| GetBitrates | (Overrides AdaptiveTrackInfoGetBitrates.) | |
| GetNextSample | (Overrides AdaptiveTrackInfoGetNextSample.) | |
| SelectBitrate | (Overrides AdaptiveTrackInfoSelectBitrate(UInt32).) | |
| ShallowCopy |
Creates a shallow copy of TrackInfo using MemberwiseClone (Inherited from TrackInfo.) |
| Name | Description | |
|---|---|---|
| Adaptations |
A list of adaptations containing pertaining to a track.
(Inherited from AdaptiveTrackInfo.) | |
| 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.) |
Each SmoothStreamingAdaptiveTrackInfo has a Category, e.g. Audio, Video and a list of adaptations (a classic TrackInfo) that define codec specific information.
Adaptations can be selected into the current profile by selecting a bitrate, making it the current TrackInfo.Video or TrackInfo.Audio configuration.
The associated reader will then retrieve "chunks" of that profile and return AdaptiveSample instances.