Skip to content

Commit

Permalink
added avFormatOptions property description in plugins.qmltypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaletski committed Jul 27, 2016
1 parent e7f1e64 commit eed24fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/plugins.qmltypes
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ Module {
Property { name: "videoCodecs"; type: "QStringList"; isReadonly: true }
Property { name: "videoCodecPriority"; type: "QStringList" }
Property { name: "videoCodecOptions"; type: "QVariantMap" }
Property { name: "avFormatOptions"; type: "QVariantMap" }
Property { name: "useWallclockAsTimestamps"; type: "bool" }
Property { name: "videoCapture"; type: "QtAV::VideoCapture"; isReadonly: true; isPointer: true }
Property { name: "audioTrack"; type: "int" }
Expand Down

0 comments on commit eed24fc

Please sign in to comment.