VideoScaleModeConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for VideoScaleMode.
public sealed class VideoScaleModeConverter : Newtonsoft.Json.JsonConverter
type VideoScaleModeConverter = class
inherit JsonConverter
Public NotInheritable Class VideoScaleModeConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterVideoScaleModeConverter
Constructors
VideoScaleModeConverter() |
Methods
CanConvert(Type) |
Returns if objectType can be converted to VideoScaleMode by the converter. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Overrides ReadJson and converts token to VideoScaleMode. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Overriding WriteJson for VideoScaleMode for serialization. |