Classes
| Class | Description | |
|---|---|---|
|
|
C1MediaChapter |
A distinct segment of a C1MediaItem.
|
|
|
C1MediaItem |
A media file that can be played by C1MediaPlayer.
|
|
|
C1MediaPlayer |
The C1MediaPlayer plays video and audio from the internet.
|
|
|
C1MoveToPointSlider |
A slider that jumps where clicked, without dragging.
|
|
|
FallbackConverter |
Converter that returns the value unchanged if the value is not null or the parameter otherwise.
|
|
|
HoursMinutesSecondsConverter |
Converts TimeSpan values to the hh:mm:ss string format.
|
|
|
InverseToOpacityConverter |
Converts Boolean values to [0..1] opacity double values. true becomes 0.0 and false becomes 1.0.
|
|
|
InverseToVisibilityConverter |
Converts Boolean values to Visibility enumeration values. true becomes Collapsed and false becomes Visible.
|
|
|
TemplateControl |
Control that loads a DataTemplate, forwarding its own DataContext.
|
|
|
TimeSpanConverter |
Converts TimeSpan values to and from whole and fractional seconds.
|
|
|
ToVisibilityConverter |
Converts Boolean values to Visibility enumeration values. true becomes Visible and false becomes Collapsed.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
MediaState |
Defines the potential states of a C1MediaPlayer object.
|