AdaptiveSample Class |
Namespace: StreamCoders.Adaptive.Common
The AdaptiveSample type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdaptiveSample | Initializes a new instance of the AdaptiveSample class |
Name | Description | |
---|---|---|
![]() | ContainsNewBitrate |
Indicates whether this sample is the first after the bitrate of the stream was switched.
This can be useful if a decoder needs discontinuity information.
|
![]() | FragmenEnd |
Gets or sets the fragment end time of the fragment (chunk) this sample belongs.
|
![]() | FragmentStart |
Gets or sets the fragment start time of the fragment (chunk) this sample belongs.
|
![]() | Sample |
The sample.
|
![]() | Track |
Gets or sets the track this sample belongs to.
|
Name | Description | |
---|---|---|
![]() | Decode |
Decodes the sample using the decoder provided along with the Track object.
|
![]() ![]() | Encode |
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.) |